-
- Downloads
[FIX] web: Avoid competition in change and hide events from datepicker
If we set a date manually via the input while the datepicker widget is displayed and we click outside the widget while remaining in the dropdown custom filter, a traceback appears.
Because two triggers on datetime-changed are done almost at the same time change.input hide.widget
Now we ignore lib events for `_datetimepicker()`
OPW-2591874
closes odoo/odoo#78394
Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
Please register or sign in to comment