Daily updates from Odoo
Saturday, March 28, 2026
2 changes
Enhancements to existing features
This update enables users to efficiently manage database tags by allowing them to add or modify tags for multiple databases simultaneously. Previously, users had to update tags individually for each database. This change streamlines the process and improves database organization.
Original PR description
The aim of this commit is to allow users to mass edit the list of database to add one or several tag on several dbs at once. task-id: 6046088 Forward-Port-Of: odoo/enterprise#112024
This update adapts the French financial reporting process to changes in how data is exported from Odoo. Instead of downloading entire files, data is now streamed to the user, improving efficiency and reducing download times. This ensures accurate and timely reporting for French businesses using the Odoo Enterprise system.
Original PR description
This commit aims to adapt the usage of 'account.fr.fec' to the changes made in community. In particular `fec_data` field is not used any more. and we use `_get_fec_stream` to stream the content of the file. task-5404142 Forward-Port-Of: odoo/enterprise#111416 Forward-Port-Of: odoo/enterprise#102783