From 08fabb1d64c5f4d80ef2bb131f4e2f5cb840cca0 Mon Sep 17 00:00:00 2001 From: Lionel Sausin Date: Tue, 2 Jun 2015 16:31:54 +0200 Subject: [PATCH] [FIX] product: Don't force arbitrary precision on weights The product view forces the decimal accuracy to 3 digits on weight and weight_net, but the accuracy can actually be set using the 'Decimal Acuracy' feature so it must not be forced here. --- addons/product/product_view.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/product/product_view.xml b/addons/product/product_view.xml index 429ac0ce4f9..e2f02c00c4a 100644 --- a/addons/product/product_view.xml +++ b/addons/product/product_view.xml @@ -107,8 +107,8 @@ - - + +