Daily updates from Odoo
Thursday, May 28, 2026
2 changes
Features or functions removed from Odoo
This update removes the automatic installation of the Avatax module in Odoo Enterprise. Previously, Avatax was installed by default, but it's now optional, giving users more control over their Odoo setup and reducing potential performance impacts. This change aligns with a more standard module approach.
Original PR description
Avatax is too heavy to install by default, and we want to give customers the option to use Odoo without. The current approach uses a `setting_account_avatax` Boolean that was mostly introduced to reduce clutter in the settings [1]. Remove the auto-install and move towards a more typical `module_` boolean approach. [1] task-3226604 task-6231510
This update removes outdated export systems from the Odoo Enterprise platform. The goal is to streamline reporting by focusing on a single export format, simplifying future maintenance and improving efficiency. This change consolidates export capabilities within the core HR module.
Original PR description
In the related Community PR, we remove the export mixins from hr since the aim of the task is to drop the support for all the company specific exports and only concentrate on 1 export format. To do this, here we remove the extension of the mixin in hr_payroll and all the company specific modules. Community PR: https://github.com/odoo/odoo/pull/263225 Task: 6196138