From e1c61920c1028d3e56e90b032dd5919f6a1dfa36 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Mon, 4 Mar 2019 22:59:50 +0800 Subject: [PATCH] update price --- app_product_weight_sale/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_product_weight_sale/__manifest__.py b/app_product_weight_sale/__manifest__.py index c8da5516..4b13c459 100644 --- a/app_product_weight_sale/__manifest__.py +++ b/app_product_weight_sale/__manifest__.py @@ -18,7 +18,7 @@ 'website': 'http://www.sunpop.cn', 'images': ['static/description/banner.png'], 'currency': 'EUR', - 'price': 38, + 'price': 68, 'depends': ['sale_management'], 'data': [ 'views/sale_order_views.xml',