Files
Odoo-18.0-20251222/web_calendar_slot_duration/readme/CONFIGURE.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

15 lines
448 B
Markdown
Executable File

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.
![edit action settings](../static/description/edit_action.png)
![result](../static/description/calendar_result.png)