mirror of https://github.com/OCA/web.git
20 lines
494 B
Python
20 lines
494 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Web widget datepicker options",
|
|
"summary": "Enhance customization for datepicker widgets",
|
|
"version": "11.0.1.0.1",
|
|
"category": "Web",
|
|
"author": "Vincent Vinet, "
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"web",
|
|
],
|
|
"data": [
|
|
"views/assets.xml",
|
|
],
|
|
"installable": True,
|
|
}
|