[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.
This commit is contained in:
Alexandre Díaz
2020-03-11 17:31:44 +01:00
committed by Thanakrit Pintana
parent 813e31f52a
commit ac0d3af968
2 changed files with 9 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
{
'name': "Web Widget Numeric Step",
'category': "web",
'version': "12.0.1.1.1",
'version': "12.0.1.1.2",
'author': "GRAP, Tecnativa, "
"Odoo Community Association (OCA)",
'license': 'AGPL-3',