Wednesday, October 23, 2024
2 changes · 18.0
Features or functions removed from Odoo
This change removes the behavior that copied calendar default privacy settings from the default user template when creating users. It simplifies calendar user setup and avoids potential performance and usability issues that needed further product review.
Original PR description
This PR drops the feature of copying of the Calendar Default Privacy field from the Default User Template in the modules `calendar` (full feature) and `microsoft` (only tests). To be discussed with the PO and Team Leader the drawbacks of keeping it and dropping it. Performance regarding _compute and _invert methods and also usability of the feature. task-4260834
The calendar event page no longer shows a separate "More Options" button because the same action is already available through the standard web menu. This reduces duplicate controls and keeps the appointment experience cleaner for restaurant bookings.
Original PR description
This PR will remove the "More Options" button from the calendar event page, because there is a generic web option that performs the same task. **Technical** As we cannot remove the views in the stable version so this PR will just remove the more option button. The rest of the footer and the inherited calendar event view of pos_restaurant_appointment will be removed from the master Task-4246277