$ 14.11
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Sales Management (sale_management)
• Invoicing Management (account_invoicing) • Discuss (mail) |
Lines of code | 68 |
Technical Name |
bt_sale_order_weight |
License | LGPL-3 |
Website | http://www.broadtech-innovations.com |
Versions | 13.0 12.0 11.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Sales Management (sale_management)
• Invoicing Management (account_invoicing) • Discuss (mail) |
Lines of code | 68 |
Technical Name |
bt_sale_order_weight |
License | LGPL-3 |
Website | http://www.broadtech-innovations.com |
Versions | 13.0 12.0 11.0 |
Sales Order Weight
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.
The product form has a field 'Weight', which stores the weight of the product in Kg.
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.
The calculation uses the following formula:
Sale_order_line_net_weight = (line_product_weight * line_product_uom_qty / line_product_uom_factor)
Total_weight = sum(Sale_order_line_net_weight)
For any assistance please feel free to contact us: contact@broadtech-innovations.com
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThe calculation for different UoM weight is wrong.
It literally working only on the condition the uom is single unit on product template. The calculation for different UoM on product template is wrong. Say if the Uom on product template is 10 pack. And the weight field is 10 kg. That means single unit of the product weight 1kg. But on the quotation/sale order, If you choose the default uom 10 pack, the weight becomes 100kg which is totally wrong. Highly appreciated if you can improve that.
There are no comments yet!