Daily updates from Odoo
Saturday, June 13, 2026
1 change
Code cleanup and technical improvements
This update improves the generation of France's fiscal reports by introducing a centralized utility file and refining existing report handlers. Crucially, new test cases have been added to ensure accurate data extraction and XML report formatting for these reports, aligning with French tax regulations.
Original PR description
-Created a utils file for france fiscal reports that has the common functions, and refactored some parts of the code in the report handlers. -Created test cases for adding and removing lines from a report, extracting the data, and exporting the report as xml for the france localization fiscal report. task-6138193 Forward-Port-Of: odoo/enterprise#115831