Daily updates from Odoo
Thursday, September 19, 2024
8 changes
7 changes
Enhancements to existing features
Manufacturing work order Gantt labels now show the final product name at the beginning. This makes production schedules easier to read and helps teams quickly identify what each planned work order contributes to.
Original PR description
Show the name of the final product at the beginning of the gantt labels task: 3977697 See odoo/odoo#168432
Project dashboard cards have been simplified across related apps to make them easier to read and maintain. The update uses newer standard interface components, improving consistency without changing core business workflows.
Original PR description
*hr_timesheet,sale_timesheet,documents_project,industry_fsm_report, project_account_budget In this commit we have simplified the kanban arch for the project 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
The manufacturing PLM and work order dashboards have been simplified to make their cards easier to read and maintain. This update modernizes the underlying layout components without changing core business workflows.
Original PR description
In this commit we have simplified the kanban arch for the mrp_plm and mrp_workorder 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
The Planning-related kanban screens have been simplified to use newer, standard card layouts and styling. This should make the dashboard views easier to maintain and more consistent for users across Planning, Project Forecast, and Sales Planning.
Original PR description
In this commit we have simplified the kanban arch for the planning 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
Avatar tag lists now show the remaining person’s avatar when only one item is hidden, rather than displaying a “+1” counter. This makes resource and user lists clearer at a glance and avoids unnecessary extra counting in the interface.
Original PR description
Before this commit, the user avatar tag list displayed the counter with +1 when there was only 1 tag left to display. Now, the last tag is displayed instead of the counter. This commit also renames the property `itemsVisible` to `visibleItemsLimit` to better reflect the purpose of this property. task-4134018
Manufacturing planning now includes a ready-to-use spreadsheet template for importing Master Production Schedule data. This helps users test or prepare planning data more quickly using products that fit the standard demo setup, while avoiding conflicts with existing demo entries.
Original PR description
An XLSX import template for MPS that works with the default demo product data and doesn't clash with the MPS demo data. Partly relies on #68419 (f9989c3). Task ID: [4129558](https://www.odoo.com/odoo/project/966/tasks/4129558)
The spreadsheet dashboard tests now verify that the correct first day of the week is used for each locale. This helps ensure date-based dashboard calculations remain consistent for users in different regions.
Original PR description
This commit is the counterpart of https://github.com/odoo/odoo/pull/180619 and updates the test to check the weekstart of the locale. Task: 4194152
1 change
Enhancements to existing features
This update removes the "Create" and "Create and Edit" options from the Tax Grids list view within Journal Items. This streamlines the user interface by preventing accidental creation of tax grids from this view, ensuring tax grid management follows a more controlled workflow.
Original PR description
Remove "Create" and "Create and Edit" of Tax Grids in the list view of Journal Items. task: 4179612