From 97a9d0a988a7d491d10cd73f1e4da7076c38533c Mon Sep 17 00:00:00 2001 From: ivan deng Date: Mon, 31 Dec 2018 22:35:25 +0800 Subject: [PATCH] add product auto weight --- app_product_weight_sale/__manifest__.py | 2 +- app_product_weight_sale/static/description/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app_product_weight_sale/__manifest__.py b/app_product_weight_sale/__manifest__.py index e64bada1..529f8c76 100644 --- a/app_product_weight_sale/__manifest__.py +++ b/app_product_weight_sale/__manifest__.py @@ -8,7 +8,7 @@ 'sequence': 10, 'license': 'LGPL-3', 'description': """ - Add product sku weight in Sale Order. + Add product sku weight in Sale Order. Unit of measure auto weight. Calculates total weight of a sale order, which is the sum of individual weights of each unit of the products in the order """, 'category': 'Sales', diff --git a/app_product_weight_sale/static/description/index.html b/app_product_weight_sale/static/description/index.html index eff49826..2bc482b2 100644 --- a/app_product_weight_sale/static/description/index.html +++ b/app_product_weight_sale/static/description/index.html @@ -4,7 +4,7 @@

Sales Order Weight

-This module from BroadTech IT Solutions manages to calculate total weight of a sale order, which is the sum of individual weights of each unit of the products in the order. +This module from Sunpop.cn manages to calculate total weight of a sale order, which is the sum of individual weights of each unit of the products in the order.

The product form has a field 'Weight', which stores the weight of the product in Kg.