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 -

-
+ +
+
+
+

Technical Help & Support

+
+
+
+

+ For any type of technical help & support requests, Feel free to contact us

+ + guohuadeng@hotmail.com +

+ Via QQ: 300883

+ + 300883@qq.com +
+
+

+ Visit our website for more support.

+ + http://www.sunpop.cn +
+
+
+
+ diff --git a/app_product_weight_sale/static/description/product_weight.jpg b/app_product_weight_sale/static/description/product_weight.jpg new file mode 100644 index 00000000..92a4573c Binary files /dev/null and b/app_product_weight_sale/static/description/product_weight.jpg differ diff --git a/app_product_weight_sale/static/description/sale_weight.png b/app_product_weight_sale/static/description/sale_weight.png deleted file mode 100644 index 4760082b..00000000 Binary files a/app_product_weight_sale/static/description/sale_weight.png and /dev/null differ diff --git a/app_product_weight_sale/static/description/sale_weight_product.png b/app_product_weight_sale/static/description/sale_weight_product.png deleted file mode 100644 index af59a291..00000000 Binary files a/app_product_weight_sale/static/description/sale_weight_product.png and /dev/null differ