Monday, February 17, 2025
2 changes · saas-18.1
Resolved issues and error corrections
The automation trigger selection field now uses the same placeholder text styling as other selection fields. This fixes an inconsistent visual appearance and makes the interface clearer for users configuring automated actions.
Original PR description
Since [1] the placeholder of SelectionField has seen its visual style adapted. This adapts the custom base_automation_trigger_selection field too. [1]: https://github.com/odoo/odoo/commit/b6598d9a2f524f37eb1a98f211d6adf027777b47 Description of the issue/feature this PR addresses: 
The ribbon label on appointment type cards now appears in the correct position on the right side. This improves visual consistency and makes appointment cards easier to read without changing business workflows.
Original PR description
Fix the position of the web ribbon which isn't correctly set to the right of the kanban card. related PR: odoo/enterprise#77884 Task-4582362