From eb33637355ff9d5e4e9caad3988b331c9f3a8fdf Mon Sep 17 00:00:00 2001 From: Julien Carion Date: Thu, 4 Dec 2025 17:04:54 +0100 Subject: [PATCH] [IMP] web, project, base: move project calendar task planning to web This commit adds documentation support for the new calendar view attribute introduced in https://github.com/odoo/odoo/pull/238557 task-5364034 --- .../reference/user_interface/view_architectures.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/developer/reference/user_interface/view_architectures.rst b/content/developer/reference/user_interface/view_architectures.rst index 7358417f38..9c3ac11dfe 100644 --- a/content/developer/reference/user_interface/view_architectures.rst +++ b/content/developer/reference/user_interface/view_architectures.rst @@ -3334,6 +3334,17 @@ Their root element is ````. 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: