update ver

This commit is contained in:
ivan deng
2018-07-21 05:26:28 +08:00
parent 313e4a8d11
commit b4e46ff474
5 changed files with 40 additions and 15 deletions

View File

@@ -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',

View File

@@ -9,20 +9,17 @@ This module from BroadTech IT Solutions manages to calculate total weight of a s
<p class='oe_mt32'>
The product form has a field 'Weight', which stores the weight of the product in Kg.
</p>
<div class="oe_span11">
<div class="oe_row_img oe_centered">
<img class="oe_picture oe_screenshot" src="sale_weight_product.png">
</div>
<div class="oe_demo oe_screenshot">
<img class="oe_picture oe_screenshot" src="product_weight.jpg">
</div>
<p class='oe_span12 oe_mt32'>
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.
</p>
<div class="oe_span11">
<div class="oe_row_img oe_centered">
<img class="oe_picture oe_screenshot" src="sale_weight.png">
</div>
<div class="oe_demo oe_screenshot">
<img class="oe_picture oe_screenshot" src="banner.jpg">
</div>
<p class='oe_span12 oe_mt32'>
@@ -33,11 +30,39 @@ Sale_order_line_net_weight = (line_product_weight * line_product_uom_qty / line_
<br/>
Total_weight = sum(Sale_order_line_net_weight)
</p>
<br/>
<p class='oe_mt32 oe_spaced'>
For any assistance please feel free to contact us: contact@broadtech-innovations.com
</p>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced text-center">
<div class="oe_span12">
<h2 class="oe_slogan">Technical Help & Support</h2>
</div>
<div class="col-md-12 pad0">
<div class="oe_mt16">
<p><h4>
For any type of technical help & support requests, Feel free to contact us</h4></p>
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:guohuadeng@hotmail.com"><span
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
<i class="fa fa-envelope"></i> guohuadeng@hotmail.com</a>
<p><h4>
Via QQ: 300883</h4></p>
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:300883@qq.com"><span
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
<i class="fa fa-envelope"></i> 300883@qq.com</a>
</div>
<div class="oe_mt16">
<p><h4>
Visit our website for more support.</h4></p>
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
class="btn btn-warning btn-lg" rel="nofollow" href="http://www.sunpop.cn" target="_blank"><span
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
<i class="fa fa-web"></i>http://www.sunpop.cn</a>
</div>
</div>
</div>
</section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB