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.