diff --git a/app_product_weight_sale/__manifest__.py b/app_product_weight_sale/__manifest__.py
index 919c8d70..c8da5516 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': """
- All in one Weight solution for sale, purchase, purchase agreement, stock. Please check follow Pay app.
+ All in one Weight solution for sale, purchase, purchase agreement, mrp, stock.
Add product sku weight in Sale Order. Unit of measure auto weight, kg kg(s) lb lb(s) support. weight sale order.
Calculates total weight of a sale order, which is the sum of individual weights of each unit of the products in the order。
Support kg(s) or lb(s)
diff --git a/app_product_weight_sale/static/description/banner_all.png b/app_product_weight_sale/static/description/banner_all.png
new file mode 100644
index 00000000..76a8b62d
Binary files /dev/null and b/app_product_weight_sale/static/description/banner_all.png differ
diff --git a/app_product_weight_sale/static/description/banner_cn.png b/app_product_weight_sale/static/description/banner_cn.png
new file mode 100644
index 00000000..3b0bd290
Binary files /dev/null and b/app_product_weight_sale/static/description/banner_cn.png differ
diff --git a/app_product_weight_sale/static/description/demo.jpg b/app_product_weight_sale/static/description/demo.jpg
index e3de4f89..37b2b661 100644
Binary files a/app_product_weight_sale/static/description/demo.jpg and b/app_product_weight_sale/static/description/demo.jpg differ
diff --git a/app_product_weight_sale/static/description/demo1.jpg b/app_product_weight_sale/static/description/demo1.jpg
index c064ed42..eddc1d91 100644
Binary files a/app_product_weight_sale/static/description/demo1.jpg and b/app_product_weight_sale/static/description/demo1.jpg differ
diff --git a/app_product_weight_sale/static/description/demo2.jpg b/app_product_weight_sale/static/description/demo2.jpg
index c947a788..ce246e24 100644
Binary files a/app_product_weight_sale/static/description/demo2.jpg and b/app_product_weight_sale/static/description/demo2.jpg differ
diff --git a/app_product_weight_sale/static/description/demo_mrp.jpg b/app_product_weight_sale/static/description/demo_mrp.jpg
new file mode 100644
index 00000000..c0f5dab1
Binary files /dev/null and b/app_product_weight_sale/static/description/demo_mrp.jpg differ
diff --git a/app_product_weight_sale/static/description/index.html b/app_product_weight_sale/static/description/index.html
index b3ca38cf..20a67d81 100644
--- a/app_product_weight_sale/static/description/index.html
+++ b/app_product_weight_sale/static/description/index.html
@@ -1,8 +1,8 @@
-
The calculation uses the following formula:
- order_line_net_weight = (line_product_weight / line_product_uom_factor)
-
+order_line_net_weight = (line_product_weight / line_product_uom_factor)
+Sales Order Weight
-
+ Weight in Stock Inventory Operation Picking and Move
+
+ Multi Language Support
+
+
-
Setup product weight.
@@ -77,23 +87,25 @@
Show product total weight in list view.
-
+
- Get product weight and total weight in order.
+ Get product weight and total weight in stock picking.
-
+
- weight_total = sum(order_line_net_weight)
-
+weight_total = sum(order_line_net_weight)
+
Weight in purchase report
+
+
+