mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[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.
This commit is contained in:
committed by
Thanakrit Pintana
parent
ac0d3af968
commit
8e18dbde94
@@ -29,3 +29,10 @@ msgstr "Moins"
|
||||
#, python-format
|
||||
msgid "Plus"
|
||||
msgstr "Plus"
|
||||
|
||||
#. module: web_widget_numeric_step
|
||||
#. openerp-web
|
||||
#: code:addons/web_widget_numeric_step/static/src/xml/numeric_step.xml:16
|
||||
#, python-format
|
||||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
@@ -27,3 +27,10 @@ msgstr ""
|
||||
msgid "Plus"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_widget_numeric_step
|
||||
#. openerp-web
|
||||
#: code:addons/web_widget_numeric_step/static/src/xml/numeric_step.xml:16
|
||||
#, python-format
|
||||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user