done stock weight

This commit is contained in:
ivan deng
2019-03-04 22:58:44 +08:00
parent 57c0c3765b
commit a52ef3d413
8 changed files with 46 additions and 20 deletions

View File

@@ -8,7 +8,7 @@
'sequence': 10,
'license': 'LGPL-3',
'description': """
All in one Weight solution for sale, purchase, purchase agreement, stock. Please check follow <strong>Pay</strong> 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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

@@ -1,8 +1,8 @@
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Sales Order Weight</h2>
<img class="oe_screenshot oe_picture" src="demo_all.png">
<h2 class="oe_slogan">Weight in Stock Inventory Operation Picking and Move</h2>
<img class="oe_screenshot oe_picture" src="banner_all.png">
</div>
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
@@ -10,7 +10,7 @@
<ul class="list-unstyled">
<li>
<i class="fa fa-check-square-o text-primary"></i>
All in one Weight solution for sale, purchase, purchase agreement, stock. Please check follow <strong>Pay</strong> app.
All in one Weight solution for sale, purchase, purchase agreement, mrp, stock. Please check follow <strong>Pay</strong> app.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
@@ -42,30 +42,40 @@
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Stock picking operation Product weight is ready.
MRP Product weight is ready.
<a href="http://www.odoo.com/apps/modules/12.0/app_product_weight_mrp/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Stock inventory picking operation Product weight is ready.
<a href="http://www.odoo.com/apps/modules/12.0/app_product_weight_stock/" target="_blank">
<i class="fa fa-download text-warning"></i>Click to download.
</a>
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Add product sku weight in Sale Order line.
Add product sku weight in Stock Inventory.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Calculates total weight of a sale order, which is the sum of individual weights of each unit of the products in the order.
Add product sku weight in Stock picking Operation and stock move.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Calculates total weight of a Stock picking.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
Support kg(s) or lb(s)
</li>
</ul>
<div class="oe_span12">
<h2 class="oe_slogan">Multi Language Support</h2>
<img class="oe_screenshot oe_picture" src="banner_cn.png">
</div>
<div class="oe_demo oe_screenshot">
<img class="oe_screenshot" src="demo.jpg">
</div>
<p class='oe_mt32'>
</p>
<div class="oe_demo oe_screenshot">
<h3 class='oe_mt32'>
Setup product weight.
@@ -77,15 +87,16 @@
<h3 class='oe_mt32'>
Show product total weight in list view.
</h3>
<img class="oe_screenshot" src="demo2.jpg">
<img class="oe_screenshot" src="demo1.jpg">
</div>
<div class="oe_demo oe_screenshot">
<h3 class='oe_mt32'>
Get product weight and total weight in order.
Get product weight and total weight in stock picking.
</h3>
<img class="oe_screenshot" src="demo1.jpg">
<img class="oe_screenshot" src="demo.jpg">
</div>
<p class='oe_span12 oe_mt32'>
The calculation uses the following formula:
</p>
@@ -94,6 +105,7 @@
<br/>
weight_total = sum(order_line_net_weight)
</p>
</div>
</section>
@@ -126,6 +138,10 @@
<div class="oe_demo oe_screenshot">
<img src="demo_purchase.jpg">
</div>
<p>Weight in purchase report</p>
<div class="oe_demo oe_screenshot">
<img src="demo_purchase2.jpg">
</div>
</div>
</section>
@@ -137,6 +153,16 @@
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Use in MRP Manufacturing</h4>
<div class="oe_demo oe_screenshot">
<img src="demo_mrp.jpg">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Use in Stock Picking </h4>