Daily updates from Odoo
Thursday, August 25, 2022
1 change
Code cleanup and technical improvements
The Field Service product selection screen for adding materials to tasks has been rebuilt on Odoo’s newer interface framework. Users should see the same workflow with smoother quantity editing, including automatic focus when changing quantities, while obsolete unused code has been removed.
Original PR description
Purpose ======= This PR converts the kanban view of products (`product.product`) used in Field Service to add some materials in a task into the new framework (OWL). Implementation details ---------------------- - Convert the kanban view in OWL - Convert the `fsm_product_quantity` widget in OWL - Remove the `fsm_date` widget in legacy because it is not used in the codebase. - Adapt JS tests for the `kanban` view and the `fsm_product_quantity` widget. - Remove the `fsm_product_quantity` widget and the kanban view in legacy. - Use the autofocus hook to directly select the input element when the widget is in edit mode.