Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[FIX] stock_by_warehouse: Use normal fields without formating the amounts in order to allow js made correct comparations t31436 #1333

Closed hugho-ad closed 5 years ago

hugho-ad commented 5 years ago

Before: "1,896.00" > 0 === false "896.00" >0 === true

After: 1896.00 > 0 === true 896.00 >0 === true

https://youtu.be/Im-cGVj3110

hugho-ad commented 5 years ago

@JulioSerna could you merge please