Commit Graph

7 Commits

Author SHA1 Message Date
Alexandre Díaz
4064cb19d7 [FIX] web_widget_numeri_step: Change click interval
Previous this commit, the task for auto-step can enter in a
infinite loop. Now only creates a new task if no other task is running.
2021-01-25 09:34:21 +01:00
Alexandre Díaz
a91e7909dc [FIX] web_widget_numeric_step: Change number parse method
Previous this commit the widget only works with 'dots', with
this commit works using odoo parse method that support other separators.
2021-01-25 09:34:21 +01:00
Alexandre Díaz
989d0c4376 [IMP] web_widget_numeric_step: Event handler 2021-01-25 09:34:21 +01:00
Sergio Teruel
b55d69e583 [FIX] web_widget_numeric_step: Fix _onChange input fields methods disabled by the widget 2021-01-25 09:34:21 +01:00
Alexandre Díaz
1b09543a03 [FIX] web_widget_numeric_step: Float Precision 2021-01-25 09:34:21 +01:00
Alexandre Díaz
5fee858a45 [IMP] web_widget_numeric_step: Better CSS and supports mobile layouts 2021-01-25 09:34:21 +01:00
Quentin Dupont
966f9e674d [ADD] Widget Numeric step 2021-01-25 08:55:28 +01:00