Tuesday, July 27, 2021
6 changes · master
Enhancements to existing features
This update adds internal warnings when developers use search behavior in a way that may be unintended or inefficient. It helps catch potential mistakes earlier, improving reliability and maintainability without changing day-to-day user workflows.
The accounting account form now gives more room to the account name field. This makes longer account names easier to read and edit, improving day-to-day usability for accounting users.
Original PR description
The account name field may be a bit too small when having accounts with a longer name. Change it to take more of the available space for this field. Task id #2608446 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The guided tour bubble on invoice screens has been moved from the bottom to the right side. This keeps invoice lists easier to read during onboarding and makes the walkthrough less disruptive for users.
Original PR description
During the tour, the bubble on the invoice view, placed at the bottom, made the list slightly difficult to read. It is a little bit better on the right. Task: 2476548 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes automated tests fail when a broken template customization is actually used, helping teams catch website display issues earlier. It also removes an obsolete website sales helper module and unused accounting styling that no longer affected the product.
Original PR description
In case of wrong xpath in qweb js and that xpath applied during test, now branch is red
The Belgian payroll contract form has been adjusted so fields line up more clearly. This makes the form easier to read and complete, with no change to payroll rules or business process.
Original PR description
The purpose of this commit is to improve the field alignment on the form view. TaskID-2577867
The Mexican electronic invoicing payment workflow now uses a clearer internal label for payment information. This makes the code easier to understand and maintain without changing the user-facing behavior.
Original PR description
"key_values" key is changed to "payment_values" in wizard._get_batches() returned dict. Task: 2475598 Community PR: https://github.com/odoo/odoo/pull/69578