mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_widget_datepicker_options: Fix error when field is undefined
Currently, when a view is rendered and a date or datetime field is not defined (e.g. when designing reports), it causes a JS error. This patch fixes the above error.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{
|
||||
"name": "Web widget datepicker options",
|
||||
"summary": "Enhance customization for datepicker widgets",
|
||||
"version": "11.0.1.0.0",
|
||||
"version": "11.0.1.0.1",
|
||||
"category": "Web",
|
||||
"author": "Vincent Vinet, "
|
||||
"Odoo Community Association (OCA)",
|
||||
|
||||
Reference in New Issue
Block a user