Daily updates from Odoo
Wednesday, July 3, 2024
1 change · master
Resolved issues and error corrections
The appointment kanban card action button now appears in the intended middle-right position instead of at the top-right. This improves visual consistency and makes the button easier for users to find when managing appointment types.
Original PR description
Purpose ======= Fix the kanban action button which was displayed in the top right of the card instead of in the middle right. Specification ============= A top-0 bootstrap rule has been added to the kanban dropdown menu. As this rule is set directly on the element, it overwrittes the top: 30% css rules applied on the action button in appointment. Fixing the issue by defining the appointment top: 30% rule as "!important". related commit: https://github.com/odoo/odoo/commit/016df52334cf475b2b416b2e927a19dd4d82d557 Task-4023603