From: Frédéric van der Essen Date: Tue, 29 Apr 2014 10:19:32 +0000 (+0200) Subject: [FIX] product: the declaration of decimal precision was done after X-Git-Tag: InsPy_master01~131^2 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=0059d7b1cd15f6aeed3cd60e95e57a66ae570ecc;p=odoo%2Fodoo.git [FIX] product: the declaration of decimal precision was done after the declaration of uom precision, preventing uom precision from going above the default decimal precision. + made the Kg unit precise up to grams by default. bzr revid: fva@openerp.com-20140429101932-k6s827csz6i1za51 --- diff --git a/addons/product/product_data.xml b/addons/product/product_data.xml index c1c0a57..85462bb 100644 --- a/addons/product/product_data.xml +++ b/addons/product/product_data.xml @@ -29,6 +29,35 @@ + + + Product Price + 2 + + + Discount + 2 + + + Account + 2 + + + Stock Weight + 2 + + + Product Unit of Measure + + + + Product UoS + + + + @@ -47,6 +76,7 @@ kg + @@ -211,30 +241,6 @@ parameter) will see those record just disappear. - - Product Price - 2 - - - Discount - 2 - - - Account - 2 - - - Stock Weight - 2 - - - Product Unit of Measure - - - - Product UoS - -