forked from Techsystech/web
15 lines
442 B
Python
15 lines
442 B
Python
# 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,
|
|
}
|