mirror of https://github.com/OCA/web.git
21 lines
580 B
Python
21 lines
580 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": "16.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",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"web_widget_datepicker_fulloptions/static/src/js/"
|
|
"web_widget_datepicker_fulloptions.esm.js"
|
|
],
|
|
},
|
|
}
|