Skip to content

Commit 13dc703

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 3cf3d92 commit 13dc703

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
@@ -3334,6 +3334,17 @@ Their root element is ``<calendar>``. Available attributes on the root node are:
33343334
:type: bool
33353335
:default: `True`
33363336

3337+
.. attribute:: schedule
3338+
:noindex:
3339+
3340+
If set to `True`, non-scheduled events (events which have their start date and
3341+
stop date unset) will appear in the side-panel so that the user can drag and drop
3342+
these events into the calendar in order to schedule them instantaneously.
3343+
3344+
:requirement: Optional
3345+
:type: bool
3346+
:default: `False`
3347+
33373348
.. attribute:: event_open_popup
33383349
:noindex:
33393350

0 commit comments

Comments
 (0)