Daily updates from Odoo
Thursday, August 4, 2022
4 changes · master
Enhancements to existing features
This update replaces several custom styling helpers with standard Bootstrap alternatives across multiple Odoo apps. It helps keep the interface more consistent and easier to maintain, with little expected change for end users.
Original PR description
Refine and adapt BS default utility classes. requires: - https://github.com/odoo/odoo/pull/97051 task-2918463
Resolved issues and error corrections
This fix makes several automated product walkthroughs finish in a clean, stable state instead of stopping while a form is still being edited. It improves test reliability across accounting, barcode, rental, signing, knowledge, and other areas, reducing false failures and helping teams ship changes with more confidence.
Original PR description
Cf odoo/odoo#96517
Code cleanup and technical improvements
This update removes redundant checks that caused extra background work without changing what users see. It should make affected operations slightly more efficient and reduce avoidable system load.
Original PR description
Making a `exists()` on a record got by a `search()` is useless and lead to a extra useless query. Remove them.
Miscellaneous changes
Follow up on https://github.com/odoo/odoo/pull/84452/ Method was renamed to no longer request a confirmation. Forward-Port-Of: odoo/enterprise#30091
Original PR description
Follow up on https://github.com/odoo/odoo/pull/84452/ Method was renamed to no longer request a confirmation. Forward-Port-Of: odoo/enterprise#30091