Initial commit: Odoo 18.0-20251222 extra-addons
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

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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)

View File

@@ -0,0 +1,3 @@
- [Tecnativa](https://www.tecnativa.com):
- Jairo Llopis
- Stefan Ungureanu

View File

@@ -0,0 +1,3 @@
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.

View File

@@ -0,0 +1,2 @@
- Drop module if/when <https://github.com/odoo/odoo/pull/66739> is
merged.

View File

@@ -0,0 +1,4 @@
To use this module, you need to install some other addon that uses it,
as it doesn't provide any end-user functionality.
As demo data, this module modifies the "Scheduled Actions" calendar to have slots of 10 minutes as feature demonstration.