mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
This applies some changes to the module after migration, to conform new guidelines and conventions for version 11.0. In addition, this applies the following fixes: - The widged didn't work when the field was a `datetime` due to a typo in a JS conditional - Replaced `Object.assign()` -> `_.assign()` to improve browser-compatibility
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.0",
|
|
"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,
|
|
}
|