mirror of https://github.com/OCA/web.git
15 lines
448 B
Markdown
15 lines
448 B
Markdown
This documentation is for developers.
|
|
|
|
If you want to configure your calendar view's snap duration, make sure
|
|
that your window 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.
|
|
|
|

|
|
|
|

|