forked from Techsystech/web
20 lines
599 B
Python
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",
|
|
],
|
|
}
|