diff --git a/app_product_weight_sale/__manifest__.py b/app_product_weight_sale/__manifest__.py index beb919cc..18dde081 100644 --- a/app_product_weight_sale/__manifest__.py +++ b/app_product_weight_sale/__manifest__.py @@ -3,11 +3,12 @@ { 'name': 'Weight in Sales Order', - 'version': '12.19.01.03', + 'version': '12.19.01.29', 'summary': 'Add Product sku weight in Sale Order, product weight, sale weight, sale order weight, total weight, kg kg(s) lb lb(s) support', 'sequence': 10, 'license': 'LGPL-3', 'description': """ + All in one Weight solution for sale, purchase, purchase agreement, stock. Please check follow Pay app. 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/demo_all.png b/app_product_weight_sale/static/description/demo_all.png new file mode 100644 index 00000000..50a3dc11 Binary files /dev/null and b/app_product_weight_sale/static/description/demo_all.png differ diff --git a/app_product_weight_sale/static/description/demo_product.jpg b/app_product_weight_sale/static/description/demo_product.jpg new file mode 100644 index 00000000..e2da71db Binary files /dev/null and b/app_product_weight_sale/static/description/demo_product.jpg differ diff --git a/app_product_weight_sale/static/description/demo_purchase.jpg b/app_product_weight_sale/static/description/demo_purchase.jpg new file mode 100644 index 00000000..c24952fc Binary files /dev/null and b/app_product_weight_sale/static/description/demo_purchase.jpg differ diff --git a/app_product_weight_sale/static/description/demo_purchase_requisition.jpg b/app_product_weight_sale/static/description/demo_purchase_requisition.jpg new file mode 100644 index 00000000..7556bcdb Binary files /dev/null and b/app_product_weight_sale/static/description/demo_purchase_requisition.jpg differ diff --git a/app_product_weight_sale/static/description/demo_sale.jpg b/app_product_weight_sale/static/description/demo_sale.jpg new file mode 100644 index 00000000..e3de4f89 Binary files /dev/null and b/app_product_weight_sale/static/description/demo_sale.jpg differ diff --git a/app_product_weight_sale/static/description/demo_stock.jpg b/app_product_weight_sale/static/description/demo_stock.jpg new file mode 100644 index 00000000..37b2b661 Binary files /dev/null and b/app_product_weight_sale/static/description/demo_stock.jpg differ diff --git a/app_product_weight_sale/static/description/index.html b/app_product_weight_sale/static/description/index.html index 6831f35d..3e1f14c4 100644 --- a/app_product_weight_sale/static/description/index.html +++ b/app_product_weight_sale/static/description/index.html @@ -2,10 +2,51 @@

Sales Order Weight

+
+
Key features:
-

The calculation uses the following formula:

-

-order_line_net_weight = (line_product_weight / line_product_uom_factor) -
-weight_total = sum(order_line_net_weight) -

- +

+ order_line_net_weight = (line_product_weight / line_product_uom_factor) +
+ weight_total = sum(order_line_net_weight) +

+
+ + +
+

Weight app relate.

+
+

Use in product auto weight

+
+ +
+
+
+ +
+
+

Use in sale order

+
+ +
+
+
+ +
+
+

Use in Purcahse Order

+
+ +
+
+
+ +
+
+

Use in Purcahse Agreement

+
+ +
+
+
+
+
+

Use in Stock Picking

+
+ +