Monday, July 28, 2025
2 changes · saas-18.3
Enhancements to existing features
The EMV QR configuration fields are now shown in a dedicated EMV QR Settings tab instead of being repeated in multiple places. This makes bank setup screens clearer and reduces confusion for users managing QR payment settings.
Original PR description
Before this PR: - `EMV QR Configuration` fields appears on both `Bank Information` tab and `Note` tab. After this PR: - `EMV QR Configuration` fields are moved to a separate `EMV QR Settings` tab to avoid duplication. Task : 4936165 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
New automated tests check that Point of Sale and Restaurant devices stay correctly synchronized. This helps reduce the risk of order or session inconsistencies across devices, while noting that broader synchronization coverage will continue to improve over time.
Original PR description
This commit add somes tests to ensure that the devices synchronisation works correctly in the Point of Sale and the Restaurant modules. This commit does not cover the entire synchronization code, so testing will need to be improved over time.