Daily updates from Odoo
Thursday, August 28, 2025
2 changes · master
Enhancements to existing features
Appointment configuration screens are reorganized to make setup easier and less overwhelming. Users can now start from templates when creating appointment types, share appointment links faster, and get a clearer booking flow for choosing staff or resources.
Original PR description
RATIONALE ========== While appointment contains a lot of different configuration options, it can proves to be difficult for the user not to get overwhelmed by the various options. Therefore, let us…
RATIONALE ========== While appointment contains a lot of different configuration options, it can proves to be difficult for the user not to get overwhelmed by the various options. Therefore, let us rework the appointment type form / kanban views, and modify a few options to make them more user-friendly. Also harmonize the front-end user / resource selection step and simplify its activation. Finally, allow the user to use sample templates at creation, not only as an action helper. MAIN CHANGES ============= - Form View rework, group options, reorder / rename notebook pages, make some content dynamic - Kanban Card rework: menu is removed, and only 'share' and 'configure' remain as buttons. 'Share' now directly copies a share_url for the config: selected appointment type only + any allocated users / resources - Allow Template Selection when creating an appointment type from Form, List, Kanban view - Make User Selection dedicated step always enabled when website_appointment is installed (and more than 1 resource / user + select user_resource first configuration) and do not depend on the avatars_display option anymore. Placeholder images are used instead (and smaller + design harmonized for Users / Resources) if avatars are hidden. - Sample templates are reworded - Some fields are changed to clarify their purpose. See section below. UPGRADE ======== - assign_method is split in two different selection fields: - assignment_method (auto/manual) - select_first(date/user_resource) - appointment_manual_confirmation logic is inverted into a new auto_assign field. - avatars_display is now show_avatars, a boolean field UPG PR: odoo/upgrade#8014 Task-4898893
Features or functions removed from Odoo
Payroll salary adjustments are being moved into a more structured property-based setup, replacing the previous generic “other input type” mechanism. This makes payroll inputs clearer to manage and helps reduce ambiguity when handling employee adjustments and payslip calculations.
Original PR description
Task: 4930632