Daily updates from Odoo
Wednesday, March 4, 2026
4 changes · saas-18.4
Enhancements to existing features
This update simplifies the process for Italian businesses filing withholding tax returns. The system now defaults to a monthly reporting period, aligning with Italian regulations and addressing previous difficulty in configuring this setting. This change improves compliance and reduces administrative burden.
Original PR description
In Italy, withholding tax return periodicity is monthly. but it's hard to discover/configure. Default periodicity should be monthly. task-5985704 Forward-Port-Of: odoo/enterprise#109185
This update ensures Odoo complies with recent changes mandated by the Uruguayan tax authority (DGI) regarding Electronic Sales Records (CFE). Specifically, it adds a new option for documenting exports handled by third parties and updates how reference invoices are transmitted to the DGI, improving legal compliance.
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-5419331
Forward-Port-Of: odoo/enterprise#108430
Forward-Port-Of: odoo/enterprise#103881This update adjusts the Romanian tax reporting (l10n_ro_saft) to align with recent changes in the core Enterprise version (CE). The update removes outdated tax codes and adds new ones, ensuring accurate reporting for Romanian businesses. This improves compliance and data accuracy.
Original PR description
Some taxes were no longer needed in CE, so they needed to be removed task-5411745 Forward-Port-Of: odoo/enterprise#108884 Forward-Port-Of: odoo/enterprise#106127
This update streamlines the process of setting up tests for several core Odoo modules, specifically within the accounting and timesheet areas. By centralizing test setup, the team can ensure more consistent and reliable test results, leading to greater confidence in the stability of the system. This change primarily impacts the testing process, not the functionality itself.
Original PR description
Forward-Port-Of: odoo/enterprise#109111 Forward-Port-Of: odoo/enterprise#108739