Tuesday, April 19, 2022
3 changes · master
Code cleanup and technical improvements
This update simplifies the styling behind message author prefixes in Odoo's Mail app as part of a broader interface cleanup. It should help keep the messaging interface easier to maintain while preserving the existing user experience.
Original PR description
Part of the overall v16 SCSS optimization/restyle, task-2704984 task-2826482 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mobile mailbox selection screen in Discuss was simplified by replacing custom styling with shared interface classes. This reduces maintenance effort and includes a small visual correction so selected buttons no longer show an unintended outline.
Original PR description
Current SCSS is replaced with global Bootstrap classes, in order to reduce code lines and to increase performance. Task-2821469 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mail message action list styling was simplified as part of a broader visual cleanup for Odoo 16. This helps keep the interface easier to maintain and supports a more consistent user experience without changing core business workflows.
Original PR description
Part of the overall v16 SCSS optimization/restyle, task-2704984 task-2826366 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr