Thursday, July 2, 2026
2 changes · saas-19.4
Enhancements to existing features
This change removes technical e-reporting fields from the main invoice screen to reduce clutter for regular users. Important e-reporting status updates and blocking issues are still recorded in the invoice chatter, with a direct link to the related flow for easier follow-up.
Original PR description
E-reporting technical fields were displayed directly on invoices, adding noise for regular invoicing users. Hide the e-reporting status columns and technical block from the standard invoice views. Log the relevant e-reporting flow, status and blocking errors in the invoice chatter instead, with a link to the related flow. Also avoid reporting address validation errors on B2C invoices, as they are not required for Flux 10 e-reporting. Task-6273226 Forward-Port-Of: odoo/odoo#271865
This update strengthens the process of exporting the French Liasse Fiscale report by implementing crucial data checks. Specifically, it verifies that key information about the writer, debtor, and associated partners is complete and accurate before the report is generated. This improves data reliability and reduces potential errors in financial reporting.
Original PR description
while exporting liasse fiscale, no chceks were done before the export and there were no account returns checks before sending it, this commit add account return checks to the liasse fiscale: -writer and debtor have the necessary informations on their record -partners mentionned in the reports have the necessary fields completed on their records -for some line, we have to choose between some values task-6127270 Forward-Port-Of: odoo/enterprise#115812