freight charges
This commit is contained in:
parent
b1b0396c72
commit
ee77872c62
|
|
@ -212,7 +212,7 @@ class SamashtiDashboard(models.AbstractModel):
|
|||
],
|
||||
[
|
||||
'id', 'name', 'amount_untaxed', 'partner_id',
|
||||
'total_production_cost', 'date_order', 'order_line'
|
||||
'total_production_cost', 'date_order', 'order_line', 'freight_charges'
|
||||
]
|
||||
)
|
||||
|
||||
|
|
@ -249,6 +249,7 @@ class SamashtiDashboard(models.AbstractModel):
|
|||
'weight': weight,
|
||||
'tags': product_tags,
|
||||
'invoice': invoice,
|
||||
'freight':order_data['freight_charges'],
|
||||
'customer': customer,
|
||||
'quantity': quantity,
|
||||
'cost': cost,
|
||||
|
|
|
|||
Loading…
Reference in New Issue