Daily updates from Odoo
Friday, May 22, 2026
4 changes
1 change
New functionality added to Odoo
This update includes basic tests for recently added 'all' category and billable type options within the Odoo sale project modules. These tests ensure the system correctly handles these new features, improving the reliability and stability of the sales process. This is a standard improvement to maintain code quality.
Original PR description
This commit's purpose is to add a few basic test case for the all category and billable type that were added recently. task-6147696 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
1 change
New functionality added to Odoo
This update adds a new test to ensure the structure of payment data sent to our payment processor (Odoofin) remains consistent. This helps prevent unexpected changes on their side and ensures that any necessary updates are made in our system as well, strengthening our payment processing reliability.
Original PR description
Add a test asserting the payment payload structure sent to Odoofin. The goal is to safeguard against unintended payload changes that are not handled on Odoofin's side by making such changes explicit during testing, and reminding developers that corresponding updates may also be required there. No task ID Forward-Port-Of: odoo/enterprise#117836 Forward-Port-Of: odoo/enterprise#117260
1 change
New functionality added to Odoo
This update adds a new test to ensure the structure of payment data sent to our payment processor, Odoofin, remains consistent. This proactive step helps prevent unexpected changes on Odoofin's side and ensures we're always aware of any necessary updates to our system. It's a small change designed to improve reliability.
Original PR description
Add a test asserting the payment payload structure sent to Odoofin. The goal is to safeguard against unintended payload changes that are not handled on Odoofin's side by making such changes explicit during testing, and reminding developers that corresponding updates may also be required there. No task ID Forward-Port-Of: odoo/enterprise#117537 Forward-Port-Of: odoo/enterprise#117260
1 change
New functionality added to Odoo
This update adds required fields for legal first and last names in the HR payroll module. This ensures accurate reporting and compliance with Belgian regulations, improving the accuracy of payroll calculations and employee data.
Original PR description
task-6175622