Files
web/web_calendar_slot_duration/readme/CONFIGURE.rst
Jairo Llopis 7fa193cf1e [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

[UPD] Update web_calendar_slot_duration.pot

[UPD] README.rst
2022-07-12 22:43:56 +02: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.