Tuesday, February 24, 2026
2 changes · 17.0
Enhancements to existing features
This update ensures Odoo complies with recent changes from the Uruguayan tax authority (DGI) regarding Electronic Sales Reports (CFE). Specifically, a new option is added for exporting goods under a mandate, and the reporting of reference documents (credit/debit notes) now includes currency and exchange rate information when needed.
Original PR description
Purpose: The DGI introduced changes in CFE version 25. The following changes below needs to be implemented for legal compliance.
Required Changes:
- Introduce a new selection value,("91", "Export under Mandate")for field, l10n_uy_edi_cfe_sale_mode. This option is required when documenting export operation performed as a mandating entity, where the definitive export will be carried out by a third party.
- The reference document(credit note or debit note) of an existing account move will need to send:
- Amount (MntCFEref)
- Currency (TpoMonedaRef)
- Exchange Rate (TpoCambioRef) if the currency is not Uruguayan Pesos
task-5419331
task-5419331This update adds tests to ensure accurate calculation of Swiss payroll payslips. Specifically, it verifies the correct handling of different wage types and monthly wage types defined for employees, alongside multiple leave requests across various months. This improves the reliability of payroll reporting in the Odoo Enterprise system.
Original PR description
This commit adds tests to the `_compute_l10n_ch_swiss_wage_ids` function to verify **Wage Types** in payslips across multiple months and with different **Monthly Wage Types** defined in an employee’s contract, as well as multiple leave requests occurring in different months. task-5906677