Wednesday, September 11, 2024
4 changes
Enhancements to existing features
Kanban card layouts in Timesheets, Enterprise web, and Studio were simplified to use newer standard building blocks. This makes the views easier to maintain and helps keep the user interface consistent without changing core business workflows.
Original PR description
* = [web_enterprise, web_studio] In this commit we have simplified the kanban archs for the timesheet_grid, web_enterprise and web_studio modules. The goal is to simplify them, make them easier to read and use bootstrap utility classnames. - Previously, we used `kanban-box`, but now we are using `kanban-card` instead. - Deprecated `oe_kanban_global_click` and `oe_kanban_global_click_edit`. - More use of `<field/>` tags - Removed the `oe_kanban_colorpicker` class and replaced it with the `kanban_color_picker` widget. - Changed type='edit' to type='open' to open records. since version 16, records always open in edit mode by default. - `kanban_image` from rendering context, is deprecated so we use `<field name=... widget=image/>` instead Task-3992107
Onboarding tours across several business apps are now registered in the database so they can be reliably discovered and launched. This keeps guided setup experiences working after a platform change that moved tour registration into stored configuration.
Original PR description
After the change in https://github.com/odoo/odoo/pull/177564 The onboarding tours have to be register in the database. TASK-ID: 4070659
Project and field service kanban cards were updated to use newer standard building blocks and clearer layout definitions. This makes the screens easier to maintain while preserving the same business workflows for users.
Original PR description
*industry_fsm, industry_fsm_report, industry_fsm_sale, project_enterprise, timesheet_grid In this commit we have simplified the kanban arch for the project and related module. The goal is to simplify them, make them easier to read, and use bootstrap utility classnames. - Previously, we used `kanban-box`, but now we are using `kanban-card` instead. - Deprecated `oe_kanban_global_click` and `oe_kanban_global_click_edit`. - More use of `<field/>` tags - Removed the `oe_kanban_colorpicker` class and replaced it with the `kanban_color_picker` widget. - Changed type='edit' to type='open' to open records. since version 16, records always open in edit mode by default. - `kanban_image` from rendering context, is deprecated so we use `<field name=... widget=image/>` instead - kanban_color, kanban_getcolor and kanban_getcolorname are deprecated use new attribute highlight_color=color_field_name on root node Task-3992107
The stock barcode screens have been simplified to use newer standard layout components and styling. This makes the interface easier to maintain and helps keep barcode picking and batch picking views consistent with current Odoo conventions.
Original PR description
In this commit we have simplified the kanban arch for the stock and their related modules.the goal is to simplify them, make them easier to read and use bootstrap utility classnames. - Previously, we used kanban-box, but now we are using kanban-card instead. - Deprecated oe_kanban_global_click and oe_kanban_global_click_edit. - More use of <field/> tags - Removed the oe_kanban_colorpicker class and replaced it with the kanban_color_picker widget. - Changed type='edit' to type='open' to open records. since version 16, records always open in edit mode by default. - kanban_image from rendering context, is deprecated so we use <field name="..." widget="image"/> instead - kanban_color, kanban_getcolor and kanban_getcolorname are deprecated use new attribute highlight_color="color_field_name" on root node Task-3992107