Daily updates from Odoo
Sunday, January 18, 2026
3 changes
1 change
Enhancements to existing features
This update enhances the testing process for paying invoices using bank statement data. A new test helper has been introduced to streamline and standardize these tests, ensuring more reliable payment processing scenarios. This improves the overall stability and accuracy of the Odoo accounting system.
Original PR description
Forward-Port-Of: odoo/odoo#244281
1 change
Enhancements to existing features
This update clarifies the labels and settings related to Peppol reception within Odoo Enterprise. It adjusts requirements based on a company's Peppol participation role and prevents unnecessary fields from being required for companies only sending documents. This ensures a smoother and more accurate setup for businesses participating in the Peppol network.
Original PR description
In this commit: Clarify Peppol reception mode labels to better reflect actual behavior. Update Settings field requirements based on the Peppol participation role. Prevent document-related fields from being required when the company is configured as sending-only. Task-5438539 Co-authored: [Soham Zadafiya (soza)](soza@odoo.com) Forward-Port-Of: odoo/enterprise#104430
1 change
Enhancements to existing features
This update removes a restriction that limited the ability to use certain account types in journal reconciliations. Previously, a rigid rule prevented accounts from being marked as non-reconcilable if they were used as default debit or credit accounts within a journal. This change provides greater flexibility for accounting processes.
Original PR description
Previously, a constraint prevented accounts from being non-reconcilable if they were used as default debit/credit accounts involved in journals. This behavior is too restrictive. This commit removes the constraint. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr