Thursday, February 1, 2024
2 changes · master
Resolved issues and error corrections
Sample data styling is now applied more consistently in cohort and Gantt-style planning views. This prevents visual styling from affecting unrelated buttons and makes empty or sample screens clearer for users.
Original PR description
This commit corrects how the sample data styling is applied to the cohort view by removing a duplicate rule and make it so that the styling only concerns the table and not the view buttons. related to https://github.com/odoo/odoo/pull/148138 task-3650135
Website cards such as appointment or event cards can no longer be edited directly by visitors or editors when they should be locked. This prevents unintended changes to card content and keeps published website pages more stable.
Original PR description
Commit fixes the issue that allows people to write on cards (event card, appointment cards, etc) The class `o_editable` is automatically added to the card styles. In order to fix this I decided to add `o_not_editable` to the card styles, so that it prevents adding `o_editable`. task-3481761