From 98bd6732027e11b8065860b8eb29217302dc8792 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Tue, 23 Dec 2014 00:22:41 +0100 Subject: [PATCH] [FIX] doc: views calendar view attribute name Courtesy of: Michiels Denis Closes: #4249 --- doc/reference/views.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/views.rst b/doc/reference/views.rst index bfb49c81261..7f67bfbc092 100644 --- a/doc/reference/views.rst +++ b/doc/reference/views.rst @@ -934,9 +934,9 @@ calendar view are: ``date_start`` (required) name of the record's field holding the start date for the event -``date_end`` +``date_stop`` name of the record's field holding the end date for the event, if - ``date_end`` is provided records become movable (via drag and drop) + ``date_stop`` is provided records become movable (via drag and drop) directly in the calendar ``date_delay`` alternative to ``date_end``, provides the duration of the event instead of