Daily updates from Odoo
Monday, January 15, 2024
3 changes · 17.0
Enhancements to existing features
This update enhances the appointment booking interface with multiple usability improvements including better calendar event creation, improved form layouts, and refined access controls. Users will experience a smoother booking process with automatically set event durations, cleaner menus, and improved visual organization across appointment management screens.
Original PR description
Purpose ======= Improve the appointment general UI. Specifications ============ - Automatically set the calendar event duration to the related appointment type duration when creating a calendar event…
Purpose ======= Improve the appointment general UI. Specifications ============ - Automatically set the calendar event duration to the related appointment type duration when creating a calendar event and there's the appointment_type_id in the context. - Improve the gantt booking form view. - Only allow appointment admins to reorder the appointment type in the list and kanban views. - Improve the resource list and form views. - Move the Share Links menu under Reporting. - Change the calendar template to prevent displaying 'OdooBot' as the sender when recieving a calendar event invitation. - Improve the action helper for the Invitations menu and create an action helper for the appointment type questions answers list view. - Change the location placeholder and the avatars_display description in the appointment type form view. - Align the '+X' with the many2many element names at display. - Removing the 'Appointment' tags from the search tags as events generated through a type can already be found otherwise. - Open the gantt form view instead of the gantt planning view when creating an event by clicking on a gantt cell. - Fix the reserved capacity field display in the gantt form view. - Create an access rule to restrict the internal user access to show the open appointment types or the ones where they are staff users, with only read access. Task-3544915
This update implements the required Complemento Comercio Exterior 2.0 standard for Mexican electronic invoicing, effective January 18th. The changes improve precision in foreign currency value handling and update the technical specifications to comply with the latest SAT (Mexican tax authority) requirements. This ensures your Mexican invoices remain compliant with current regulations.
The Open and Rename actions for embedded views in Knowledge articles have been moved from the top of the article to a cog menu. This change improves the article layout by preventing these actions from interfering with the article content and future comment features.
Original PR description
This commit moves the embedded actions `Open` and `Rename` to the cog menu of the embedded views so that it doesn't interfer with either the top of the article or, in later versions, with comments. task-3635780 Forward-Port-Of: odoo/enterprise#53852 Forward-Port-Of: odoo/enterprise#52758