You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
494 B
19 lines
494 B
# 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,
|
|
}
|