Friday, November 28, 2025
3 changes · saas-18.3
Enhancements to existing features
This update simplifies accessing key data related to matched debits and credits within account move lines. This enhancement improves the internal efficiency of Odoo's accounting processes, allowing for faster and more accurate reconciliation reporting. The change supports internal development efforts (opw-5184679).
Original PR description
This commit add a new helper to easily get matched_debit_ids and matched_credit_ids from an account.move.line. Linked:https://github.com/odoo/enterprise/pull/100493 opw-5184679
This update enhances the data available when creating sale orders within Odoo. Specifically, the _get_page_view_values() method in the sale, account, project, and purchase modules has been modified to accept additional parameters. This allows for more flexible and customizable data to be displayed on the sale order page, improving the user experience and reporting capabilities.
Original PR description
kwargs is added to the `_get_page_view_values()` method in other modules: `account` (https://github.com/odoo/odoo/blob/fdfa573fef5de83a77310e650dd950bddd7b0554/addons/account/controllers/portal.py#L47), `project` (https://github.com/odoo/odoo/blob/fdfa573fef5de83a77310e650dd950bddd7b0554/addons/project/controllers/portal.py#L58), or `purchase` (https://github.com/odoo/odoo/blob/fdfa573fef5de83a77310e650dd950bddd7b0554/addons/purchase/controllers/portal.py#L110). @Tecnativa TT57124 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#237270
This update brings Odoo’s Swissdec ELM certification up to version 5.3, ensuring continued compliance with Swiss tax regulations. Key improvements include new features for reporting French-crossborder employee benefits, adapting to recent regulatory changes, and automating calculations for allowances.
Original PR description
This Pull request extends the Odoo Swissdec ELM Certification to the minor version 5.3. By doing so we add the following features : - Telework Percentage declaration for French-crossborder comuters - Adapting to AVS21 regulation, where retired employees can refuse their right to retirement - Adding automatic Child and education allowance calculation - Add the calculation of LPP in % - Allowing the specification of custom employer parts for LAAC and IJM Forward-Port-Of: odoo/enterprise#95518