diff --git a/app_product_weight_sale/__manifest__.py b/app_product_weight_sale/__manifest__.py index f3927058..d0759d06 100644 --- a/app_product_weight_sale/__manifest__.py +++ b/app_product_weight_sale/__manifest__.py @@ -3,7 +3,7 @@ { 'name' : 'App Sales Order Weight', - 'version' : '11.1.6.17', + 'version' : '11.1.7.21', 'summary': 'Add sku weight in Sale Order', 'sequence': 10, 'license':'LGPL-3', diff --git a/app_product_weight_sale/static/description/index.html b/app_product_weight_sale/static/description/index.html index 2a6c69d5..8a244b65 100644 --- a/app_product_weight_sale/static/description/index.html +++ b/app_product_weight_sale/static/description/index.html @@ -9,21 +9,18 @@ This module from BroadTech IT Solutions manages to calculate total weight of a s
The product form has a field 'Weight', which stores the weight of the product in Kg.
-
-
The module adds a field 'Net Weight' in sale order line, which calculates the Order line weight based on Order line Quantity and Unit of Measure. The new field 'Total Weight' in Sale Order would be the sum of sale order line weights.
-
-
+
The calculation uses the following formula:
@@ -33,11 +30,39 @@ Sale_order_line_net_weight = (line_product_weight * line_product_uom_qty / line_
Total_weight = sum(Sale_order_line_net_weight)
- For any assistance please feel free to contact us: contact@broadtech-innovations.com -
-