Daily updates from Odoo
Thursday, June 22, 2023
2 changes
Code cleanup and technical improvements
The sales order process has been streamlined by removing the separate locked/done state and aligning related apps with the updated confirmation flow. This reduces workflow complexity across sales, rentals, field service, planning, helpdesk, tax, and Amazon integrations while keeping business processes consistent.
Original PR description
Task-3163931 Community PR: https://github.com/odoo/odoo/pull/115871 Upgrade PR: https://github.com/odoo/upgrade/pull/4452
The Knowledge app’s form search button was cleaned up behind the scenes to rely on newer platform components instead of older code. This reduces maintenance risk and adds automated checks to help keep the behavior stable for users.
Original PR description
This commit is a followup of https://github.com/odoo/enterprise/commit/0cf0f1107a1c60d1df382e302d218c291f49ec79 in which we remove dependency to the legacy web.core and add qunit tests.