odoo/enterprise#66386
Created by Marketing, Mayur Raj Sinh Rathod (mrsr)
            Merged
                at 9d717e6f948a2a147c7250c59952b30f87e0dbd1
            
                Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 1s)
                Linked pull requests
                
            
        - label
- odoo-dev:master-appointment-imp-warn-planned-resource-mrsr
- head
- 13251a1ed511e6c37fd99068dee7589cf01acc8b
- merged
- 8 months ago by Marketing, Warnon Aurélien (awa)
| odoo/odoo | odoo/enterprise | odoo/upgrade | |
|---|---|---|---|
| master | #182082 | #66386 | #6446 | 
[IMP] appointment: warning on already booked resource
[IMP] appointment{_hr}: use 'unavailable_partner_ids' to warn]
Previously we used 'on_leave_partner_ids' to show a warning of a conflicting event
with users
This PR adapt the unavailable_partner_ids which is defined in the calendar module
to warn the user about conflicting events.
[IMP] appointment: warning on already booked resource
Warn the user when booking resources from the gantt view,
if other events already occupied those resources.