Sunday, February 15, 2026
2 changes · 19.0
Resolved issues and error corrections
Electronic invoice imports now ignore lines with a zero LineExtensionAmount because they do not add useful business information after import. This reduces unnecessary empty or zero-value invoice lines and helps keep imported accounting documents cleaner.
Original PR description
Zero LineExtensionAmount have no purpose after import so they can simply be ignored. taks-5881008 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#248761 Forward-Port-Of: odoo/odoo#245862
This fix prevents errors when translated text does not match the structure of the original text. In those cases, Odoo now keeps the original value instead of trying to force an incorrect translation mapping, improving reliability for translation editing.
Original PR description
When the number of translated terms differs between the base language and its translation, fall back to the base value instead of attempting to map terms. This avoids potential errors and incorrect translation mappings. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#248648 Forward-Port-Of: odoo/odoo#248474