Daily updates from Odoo
Friday, June 12, 2026
1 change · saas-19.3
Code cleanup and technical improvements
This update improves the generation of France's fiscal reports by introducing reusable functions and streamlining existing code. Comprehensive test cases have been added to ensure accurate data extraction and XML report formatting for these critical financial documents.
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