3
0
Fork 0
web_techsystech/web_widget_datepicker_fullo.../__manifest__.py

19 lines
493 B
Python

# Copyright 2021 Quentin DUPONT
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Web Widget DatePicker Full Options",
"version": "12.0.1.0.0",
"author": "GRAP, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Web",
"website": "https://github.com/OCA/web",
'installable': True,
"depends": [
"web",
],
"data": [
"views/web_widget_datepicker_fulloptions_assets.xml",
],
}