Thursday, November 27, 2025
1 change · 18.0
Enhancements to existing features
This update enhances how data is passed to sale page views within key Odoo modules like account, project, and purchase. By adding 'kwargs' to the _get_page_view_values() method, the system now provides more flexible data options for generating these views, leading to potentially more customized and informative sales reports.
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