mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[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:
@@ -3334,6 +3334,17 @@ Their root element is ``<calendar>``. Available attributes on the root node are:
|
|||||||
:type: bool
|
:type: bool
|
||||||
:default: `True`
|
: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
|
.. attribute:: event_open_popup
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user