Skip to content

Commit db5d851

Browse files
committed
[IMP] web, project, base: move project calendar task planning to web
This commit adds documentation support for the new calendar view attribute introduced in odoo/odoo#238557 task-5364034
1 parent 8f0a108 commit db5d851

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/developer/reference/user_interface/view_architectures.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3342,6 +3342,17 @@ Their root element is ``<calendar>``. Available attributes on the root node are:
33423342
:type: bool
33433343
:default: `True`
33443344

3345+
.. attribute:: schedule
3346+
:noindex:
3347+
3348+
If set to `True`, non-scheduled events (events which have their start date and
3349+
stop date unset) will appear in the side-panel so that the user can drag and drop
3350+
these events into the calendar in order to schedule them instantaneously.
3351+
3352+
:requirement: Optional
3353+
:type: bool
3354+
:default: `False`
3355+
33453356
.. attribute:: event_open_popup
33463357
:noindex:
33473358

0 commit comments

Comments
 (0)