Thursday, September 12, 2024
3 changes
2 changes
Resolved issues and error corrections
This fix aligns asset-related screens with the newer "list" view naming instead of the older "tree" wording. It helps keep the interface and configuration consistent with recent platform changes, reducing small display or compatibility issues.
Original PR description
[FIX] base/ir.ui.view: fix use 'list' instead of 'tree' see: https://github.com/odoo/odoo/pull/159909
Fixed a visual issue where WhatsApp partner message bubbles appeared unnecessarily faded. This keeps message bubbles easier to read and consistent with the intended conversation styling.
Original PR description
The WhatsApp partner message bubble had an unnecessary `opacity-25` class assigned. The original purpose of the line was to apply a `light-green` background to the bubble. However, as this would conflict with the existing color formatting for message bubbles, this line has now become redundant.  
1 change
Resolved issues and error corrections
This fix removes the date granularity selection option from relative and from/to date filters in spreadsheets, where it was not applicable. The granularity option now only appears for period-based filters, making the interface cleaner and less confusing for users.
Original PR description
[FIX] *_spreadsheet_*: useless filter date granularity option In task 3887844 we added the possibilty to select which date granularities were available for a given period global filter. But this options was also displayed for relative and from/to global filters, where it made no sense. Task: [4176679](https://www.odoo.com/odoo/2328/tasks/4176679)