Daily updates from Odoo
Thursday, January 30, 2025
3 changes
2 changes
Enhancements to existing features
The room booking module’s automated tests were moved to a newer testing framework. This is an internal quality improvement that helps maintain reliability without changing how users book or manage rooms.
Original PR description
This PR aims to convert QUnit tests to hoot. Part of Task-3818666
This update refreshes specific Mexico electronic invoicing payment test cases to better reflect expected behavior when payments and invoices use different currencies. It helps maintain confidence that Mexican localization workflows continue to calculate and validate payment balances correctly.
Original PR description
updating the below-mentioned test cases: - test_foreign_curr_payment_comp_curr_invoice_forced_balance - test_comp_curr_payment_foreign_curr_invoice_forced_balance task - 3707383 Community PR - https://github.com/odoo/odoo/pull/165077 Enterprise PR - https://github.com/odoo/enterprise/pull/62442 Upgrade PR - https://github.com/odoo/upgrade/pull/6014
1 change
Enhancements to existing features
The point of sale receipt screen now hides the Edit Payment button once a receipt has been printed when employee-based POS features are installed. This prevents staff from seeing an action that should no longer be available after completing the sale receipt flow.
Original PR description
Before this commit: =============== - The 'Edit Payment' button appears even after printing the receipt. (only when pos_hr installed) After this commit: =============== - The 'Edit Payment' button will disappear after printing the receipt. task-4507326 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr