Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
23
web_calendar_slot_duration/__manifest__.py
Executable file
23
web_calendar_slot_duration/__manifest__.py
Executable file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2021 Tecnativa - Jairo Llopis
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
||||
{
|
||||
"name": "Calendar slot duration",
|
||||
"summary": "Customizable calendar slot durations",
|
||||
"version": "18.0.1.0.0",
|
||||
"development_status": "Production/Stable",
|
||||
"category": "Extra Tools",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"maintainers": ["Yajo"],
|
||||
"license": "LGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_calendar_slot_duration/static/src/js/calendar_common_renderer.esm.js",
|
||||
"web_calendar_slot_duration/static/src/js/calendar_model.esm.js",
|
||||
]
|
||||
},
|
||||
"data": ["demo/scheduled_actions.xml"],
|
||||
"depends": ["web"],
|
||||
}
|
||||
Reference in New Issue
Block a user