Sunday, December 14, 2025
4 changes · saas-18.2
Enhancements to existing features
This update adds test coverage for e-commerce sales that create and send invoices through Peppol after payment. It helps ensure customer Peppol status is updated automatically during the flow, reducing the risk of billing delivery issues.
Original PR description
When creating a SO on e-commerce leading to an automatic invoice, the invoice is automatically sent using Peppol upon the payment. This test ensures the peppol status of the partner is updated during the process. task_id: 5025176 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#238333
This update modifies the balance sheet and profit and loss reports for Danish businesses to align with the latest Chart of Accounts. This ensures accurate financial reporting and compliance with Danish accounting standards. The changes were made as part of a larger improvement project.
Original PR description
This commit will update the balance sheet and profit and loss report to the new COA. task-5379756 Forward-Port-Of: odoo/enterprise#101489
Resolved issues and error corrections
The Peppol sending method is no longer automatically assigned when users click Verify, keeping invoice delivery preferences from changing unexpectedly. This aligns verification behavior with Send & Print and helps businesses keep their intended default sending setup.
Original PR description
We previously remove the automatic assignment of this value when sent through the Send & Print. But we forgot to remove this automatic assignment when the "Verify" button was clicked. task-none (feedback from PO) Forward-Port-Of: odoo/odoo#239646
This fixes an issue where some electronic invoice tax details could be missing during export, preventing errors in certain localization-specific formats. It also corrects handling for excise taxes, improving the accuracy of generated electronic invoices.
Original PR description
Some overrides assign a value to the tax's grouping_key after the super call. However, the returned value could be None. Also fix a little mistake regarding excise taxes. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#239954