[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

closes odoo/documentation#15573

Related: odoo/odoo#238557
Related: odoo/enterprise#101235
Signed-off-by: Julien Carion (juca) <juca@odoo.com>
This commit is contained in:
Julien Carion
2025-12-04 17:04:54 +01:00
parent d99a3ae869
commit feb7f99fe6

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: