Monday, September 16, 2024
6 changes
Enhancements to existing features
The UrbanPiper point of sale integration was updated to match a renamed receipt header class in the main point of sale interface. This keeps the integration aligned with the latest receipt layout changes and helps avoid display or customization issues.
Original PR description
In this commit: - We have changed the class in the pos header reciept which is reflected in pos_urban_piper as well as it was used for xpath. Related PR: https://github.com/odoo/odoo/pull/178892 task- 4147609
The Helpdesk website form now uses the selected helpdesk team as a condition for showing relevant fields. This helps businesses present more appropriate form options to customers and keeps the support request experience cleaner.
Original PR description
task-3864606 see https://github.com/odoo/odoo/pull/169797
The accounting reports redirect prompt can now be reused with different messages and button labels. This makes it easier to guide users in different accounting workflows with clearer, context-specific wording.
Original PR description
Currently the redirect action component is only configured for the tax closing depending move. The goal here is to make it generic so we can have a different message and button text
The Documents and spreadsheet-related document views have been simplified to use newer, standard card layouts. This makes the interface easier to maintain and helps keep document views consistent without changing the core business workflow.
Original PR description
In this commit we have simplified the kanban arch for the documents and 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 have always been open in edit mode by default. - `kanban_image` from rendering context, is deprecated so we use `<field name=... widget=image/>` instead Task-3992107
HR-related dashboard cards have been cleaned up to use newer, simpler display components and standard styling. This should make the dashboards easier to maintain while preserving the same day-to-day experience for users.
Original PR description
*hr_appraisal,hr_expense,hr_holidays,hr_recruitment In this commit we have simplified the kanban arch for the hr module dashboard. 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
Marketing Automation and PLM kanban screens were simplified to use newer Odoo interface patterns. This makes the views easier to maintain and keeps the user experience aligned with current platform standards, with little expected change to day-to-day workflows.
Original PR description
In this commit we have simplified the kanban arch for the marketing_automation and mrp_plm 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