Files
web/web_calendar_slot_duration/readme/CONFIGURE.rst
Jairo Llopis 62cafea1d5 [ADD] web_calendar_slot_duration: customizable calendar slots timespan
This module extends the functionality of backend calendars to support custom
slot durations and to allow you to provide more specific UX regarding event
duration and snapping.

@Tecnativa TT28201
2021-02-24 10:55:30 +00:00

10 lines
325 B
ReStructuredText

This documentation is for developers.
If you want to configure your calendar view's snap duration, make sure that you
action includes a context similar to this (example is the default value)::
{"calendar_slot_duration": "00:30:00"}
It can be added in actions defined on python or as ``ir.actions.act_window``
records.