Thursday, June 20, 2024
3 changes · master
Enhancements to existing features
This update refreshes the app icons used in Knowledge and spreadsheet-related actions so they look more consistent across Odoo. Users will see clearer, more standardized visual cues when navigating these areas.
Original PR description
### `spreadsheet_edition`: add UI app icon Based on the introduction of the app icon for `spreadsheet`, this PR adds an UI icon for spreadsheet related actions. ### `knowledge`: normalize UI app icon…
### `spreadsheet_edition`: add UI app icon Based on the introduction of the app icon for `spreadsheet`, this PR adds an UI icon for spreadsheet related actions. ### `knowledge`: normalize UI app icon Mirror changes applied in community, [odoo/#163328](https://github.com/odoo/odoo/pull/163328). task-3884720 Requires: - https://github.com/odoo/odoo/pull/163328 --- | Before | After | |--------|--------| | <img width="233" alt="Capture d’écran 2024-05-30 à 11 46 06" src="https://github.com/odoo/enterprise/assets/80679690/d28f7070-94ef-4c6e-8a17-da535c0865f5"> | <img width="238" alt="Capture d’écran 2024-04-26 à 08 49 46" src="https://github.com/odoo/enterprise/assets/80679690/ccfce39d-84cc-43f9-82b9-1f2fc2341a6b"> | |  |  |
The appraisal screen buttons have been reordered so the most important actions appear first. This makes the workflow clearer and helps users find primary actions more quickly.
Original PR description
reorder the buttons to put the ones that can be primary in first positions task-3987601
Spreadsheet users now see distinct options for stacked and non-stacked Odoo charts in the chart side panel. This makes chart selection clearer and helps users choose the right visualization more easily.
Original PR description
This commit create distinct types for stacked/non stacked odoo charts in the side panel. Task: 3978202