Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
14
web_calendar_slot_duration/readme/CONFIGURE.md
Executable file
14
web_calendar_slot_duration/readme/CONFIGURE.md
Executable 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.
|
||||
|
||||

|
||||
|
||||

|
||||
3
web_calendar_slot_duration/readme/CONTRIBUTORS.md
Executable file
3
web_calendar_slot_duration/readme/CONTRIBUTORS.md
Executable file
@@ -0,0 +1,3 @@
|
||||
- [Tecnativa](https://www.tecnativa.com):
|
||||
- Jairo Llopis
|
||||
- Stefan Ungureanu
|
||||
3
web_calendar_slot_duration/readme/DESCRIPTION.md
Executable file
3
web_calendar_slot_duration/readme/DESCRIPTION.md
Executable 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.
|
||||
2
web_calendar_slot_duration/readme/ROADMAP.md
Executable file
2
web_calendar_slot_duration/readme/ROADMAP.md
Executable file
@@ -0,0 +1,2 @@
|
||||
- Drop module if/when <https://github.com/odoo/odoo/pull/66739> is
|
||||
merged.
|
||||
4
web_calendar_slot_duration/readme/USAGE.md
Executable file
4
web_calendar_slot_duration/readme/USAGE.md
Executable 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.
|
||||
Reference in New Issue
Block a user