Friday, November 28, 2025
2 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