26.01.26
This commit is contained in:
@@ -308,7 +308,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
|
||||
d = ContractDetail()
|
||||
ct.type = 'Purchase'
|
||||
ct.matched = True
|
||||
ct.shipment_in = sh
|
||||
ct.shipment_in = sh[0]
|
||||
ct.lot = sale_line.lots[0]
|
||||
ct.product = sale_line.product
|
||||
ct.unit = sale_line.unit
|
||||
|
||||
Reference in New Issue
Block a user