Files
web/web_calendar_slot_duration/__manifest__.py
Jairo Llopis 7fa193cf1e [ADD] web_calendar_slot_duration: customizable calendar slots timespan
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.

@Tecnativa TT28201

[UPD] Update web_calendar_slot_duration.pot

[UPD] README.rst
2022-07-12 22:43:56 +02:00

20 lines
599 B
Python

# 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": "12.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,
"depends": ["web"],
"data": [
"templates/assets.xml",
],
}