mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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
10 lines
325 B
ReStructuredText
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.
|