Monday, July 6, 2026
2 changes · 18.0
New functionality added to Odoo
This update introduces a new 'Profitability' field to account analytic lines, enabling a clearer breakdown of revenue and loss within the Analytic Report. This enhancement provides greater visibility into profitability by categorizing individual line items, improving financial analysis and reporting.
Original PR description
[IMP] account: group analytic items by profitability This commit add a new field 'Profitability' on the account analytic line model, this will allow to visually split analytic line items in 2 categories: 'Revenue' and 'Loss' in the Analytic Report task-4959636
This update adds support for French e-invoicing requirements, specifically UBL, CII, and Factur-X formats. It includes new profiles to comply with French regulations for B2B transactions, ensuring accurate and compliant invoice generation for French customers.
Original PR description
Add French variations for UBL, CII, and Factur-X formats to support France's mandatory e-invoicing requirements. Add support for French Peppol EAS `0225` (FR:CTC) in EAS mappings/selections. These profiles are required for compliance with French B2B e-invoicing regulations: - UBL/CII: EN16931 (standard) and EXTENDED-CTC-FR (extended French) - Factur-X: BASIC WL, EN16931, and EXTENDED The different profiles allow handling varying levels of invoice complexity as required by French tax authorities. Task : 4603737