[IMP] developer: new schedule attribute for calendar views

This commit adds documentation support for the new calendar view attribute
introduced in https://github.com/odoo/odoo/pull/238557

task-5364034
This commit is contained in:
Julien Carion
2025-12-04 17:04:54 +01:00
parent d229372795
commit 8eb81887a8

View File

@@ -3334,6 +3334,17 @@ Their root element is ``<calendar>``. Available attributes on the root node are:
:type: bool
:default: `True`
.. attribute:: schedule
:noindex:
If set to `True`, non-scheduled events (events which have their start date and
stop date unset) will appear in the side-panel so that the user can drag and drop
these events into the calendar in order to schedule them instantaneously.
:requirement: Optional
:type: bool
:default: `False`
.. attribute:: event_open_popup
:noindex: