Daily updates from Odoo
Tuesday, April 28, 2026
3 changes · master
Enhancements to existing features
This update fixes inaccuracies in how tax amounts are calculated for Arabic VAT transactions. By modernizing the calculation engine and ensuring precise formatting of final amounts, the system now delivers more accurate VAT reporting and financial figures. This improves the reliability of financial data within the Odoo Enterprise system.
Original PR description
- Rewrite all tax amounts calculations on `_get_tributes` and `_get_line_details` to properly use the tax computation engine helpers (`base_line`, and aggregating methods) - Ensure that all final amounts from the calculation are formatted with `float_repr` with appropriate precision. related-community-PR: https://github.com/odoo/odoo/pull/223393 task-4891206 Forward-Port-Of: odoo/enterprise#115069 Forward-Port-Of: odoo/enterprise#92639
This update significantly improves the demo data for the Helpdesk application, making it more effective for showcasing its features and functionality to potential users. The changes include updated data within several related modules, providing a richer and more realistic demonstration of the Helpdesk app's capabilities. This will improve the quality of demos and presentations.
Original PR description
_* = helpdesk_fsm, website_helpdesk_knowledge, website_helpdesk_knowledge, website_helpdesk_slides, website_helpdesk_slides_forum Significantly improved demo data for a more effective showcase of the helpdesk app’s features and functionality. task-3186557
This update makes the 'Return Types' menu item available in the Odoo Enterprise configuration, previously restricted to debug mode. This change allows users to easily manage return types within the accounting reports, improving workflow efficiency and reporting accuracy.
Original PR description
Before, the menu return types in configuration was only available in debug mode. Now it is available for the group `account.group_account_readonly` task-5912751 Forward-Port-Of: odoo/enterprise#114830