Daily updates from Odoo
Saturday, June 6, 2026
7 changes
2 changes
Enhancements to existing features
This update introduces a new button to streamline the process for French users switching between Peppol and PDP accounts. Previously, reregistration was complex, particularly when transitioning between these systems. This change simplifies the process, improving usability and supporting key business workflows related to PEPPOL compliance.
Original PR description
#### [IMP] l10n_fr_pdp: fix visibility for peppol (non-PDP) #### [IMP] account_peppol,l10n_fr_pdp: reregister This commit adds a button so that users can reregister more easily. This is i.e. useful to switch from Peppol to PDP for French users. #### meta task-6265603 Forward-Port-Of: odoo/odoo#268699 Forward-Port-Of: odoo/odoo#267948
This update implements webhooks for exchanging Peppol documents in the French (l10n_fr_pdp) module. This was previously missing in the 18.0 release and is now essential for compliant data exchange with Peppol, ensuring accurate financial reporting. The change was implemented to address a gap identified during the recent system migration.
Original PR description
We did not have webhooks in 18.0 for Peppol and we did not have time to implement / test it during the FW-porting. This commit adds the route on community side that is called from IAP. task-None IAP PR: https://github.com/odoo/iap-apps/pull/1639 Forward-Port-Of: odoo/odoo#268674 Forward-Port-Of: odoo/odoo#268472
1 change
Enhancements to existing features
This update introduces a new button to streamline the process for French users switching between Peppol and PDP registration. Previously, this transition was complex and prone to issues, particularly during testing. This change improves usability and ensures a smoother experience for users managing their Peppol and PDP connections.
Original PR description
#### [IMP] l10n_fr_pdp: fix visibility for peppol (non-PDP) #### [IMP] account_peppol,l10n_fr_pdp: reregister This commit adds a button so that users can reregister more easily. This is i.e. useful to switch from Peppol to PDP for French users. #### meta task-6265603 Forward-Port-Of: odoo/odoo#268699 Forward-Port-Of: odoo/odoo#267948
2 changes
Enhancements to existing features
This update introduces a new button to streamline the process for French users switching between Peppol and PDP registration. Specifically, it addresses an issue encountered during testing where resetting the Peppol EAS setting in the demo company caused problems with reregistration flows. This enhancement improves usability and simplifies a key business operation.
Original PR description
#### [IMP] l10n_fr_pdp: fix visibility for peppol (non-PDP) #### [IMP] account_peppol,l10n_fr_pdp: reregister This commit adds a button so that users can reregister more easily. This is i.e. useful to switch from Peppol to PDP for French users. #### meta task-6265603 Forward-Port-Of: odoo/odoo#267948
This update implements webhooks for exchanging Peppol documents in the French (l10n_fr_pdp) module. Previously missing due to porting delays, these webhooks ensure compliance with French tax regulations and improve data exchange efficiency. This change is driven by a business need for accurate and timely reporting.
Original PR description
We did not have webhooks in 18.0 for Peppol and we did not have time to implement / test it during the FW-porting. This commit adds the route on community side that is called from IAP. task-None IAP PR: https://github.com/odoo/iap-apps/pull/1639 Forward-Port-Of: odoo/odoo#268674 Forward-Port-Of: odoo/odoo#268472
1 change
Enhancements to existing features
This update optimizes Odoo's database performance by implementing a layered caching system within transactions. This change reduces the load on the database, leading to faster response times and improved overall system efficiency. The update impacts several core Odoo modules to enhance performance.
Original PR description
https://github.com/odoo/odoo/pull/261736
1 change
Enhancements to existing features
This update simplifies VAT reporting for Odoo users in Norway. The default VAT periodicity has been set to bi-monthly (every 2 months), aligning with the standard reporting frequency used in Norway. This change reduces the administrative burden for Norwegian businesses using Odoo Enterprise.
Original PR description
Set the default VAT periodicity for Norwegian companies to every 2 months, aligning with the most commonly used reporting frequency in Norway. task-6209940 Forward-Port-Of: odoo/enterprise#117054