mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add product auto weight
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
'sequence': 10,
|
'sequence': 10,
|
||||||
'license': 'LGPL-3',
|
'license': 'LGPL-3',
|
||||||
'description': """
|
'description': """
|
||||||
Add product sku weight in Sale Order.
|
Add product sku weight in Sale Order. Unit of measure auto weight.
|
||||||
Calculates total weight of a sale order, which is the sum of individual weights of each unit of the products in the order
|
Calculates total weight of a sale order, which is the sum of individual weights of each unit of the products in the order
|
||||||
""",
|
""",
|
||||||
'category': 'Sales',
|
'category': 'Sales',
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<h2 class="oe_slogan">Sales Order Weight</h2>
|
<h2 class="oe_slogan">Sales Order Weight</h2>
|
||||||
</div>
|
</div>
|
||||||
<p class='oe_mt32'>
|
<p class='oe_mt32'>
|
||||||
This module from BroadTech IT Solutions manages to calculate total weight of a sale order, which is the sum of individual weights of each unit of the products in the order.
|
This module from Sunpop.cn manages to calculate total weight of a sale order, which is the sum of individual weights of each unit of the products in the order.
|
||||||
</p>
|
</p>
|
||||||
<p class='oe_mt32'>
|
<p class='oe_mt32'>
|
||||||
The product form has a field 'Weight', which stores the weight of the product in Kg.
|
The product form has a field 'Weight', which stores the weight of the product in Kg.
|
||||||
|
|||||||
Reference in New Issue
Block a user