Wednesday, March 18, 2026
2 changes · 19.0
Enhancements to existing features
The HTML editor’s table picker now uses a background color that displays correctly in both light and dark mode. This makes the table selection interface easier to read and more visually consistent for users.
Original PR description
Currently in dark mode, we don't display the right bg color for (non active) cells in table picker. This PR uses the right variable for the bg color of non active cell that is more suitable for both light and dark mode. task-6009282 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adapts the French accounting reports to a new way of receiving data from the system. Instead of downloading large files, the system now streams the data, improving efficiency and reducing download times. This change ensures continued accurate reporting for French businesses using Odoo Enterprise.
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#106920 Forward-Port-Of: odoo/enterprise#102783