-
- Downloads
[FIX] stock,mrp: formatting numbers >= 1000 is wrong
In https://github.com/odoo/odoo/pull/123074 , the fix done did not take the formatting of numbers bigger (or equal) than 1000 into account. For example, 1000 become "1.000,00" and parsing it again will return a 1. To fix this, simply modified the thousandsSep to an empty array closes odoo/odoo#124963 Signed-off-by:Steve Van Essche <svs@odoo.com>
Please register or sign in to comment