[ADD] web_time_range_menu_custom

This commit is contained in:
Alexandre D. Díaz
2021-09-20 13:04:50 +02:00
committed by Carlos Roca
parent 266ed71fd0
commit 9dc3acb296
16 changed files with 1234 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "Web Time Range Menu Custom",
"version": "13.0.1.0.0",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/web",
"data": ["templates/assets.xml"],
"depends": ["web"],
"qweb": ["static/src/xml/time_range_menu.xml"],
"installable": True,
"auto_install": False,
}