mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] wrong field name
This commit is contained in:
@@ -61,7 +61,7 @@ class sale_stock_reserve(orm.TransientModel):
|
||||
return {'product_id': line.product_id.id,
|
||||
'product_uom': line.product_uom.id,
|
||||
'product_qty': line.product_uom_qty,
|
||||
'validity_date': form.date_validity,
|
||||
'date_validity': form.date_validity,
|
||||
'name': "{} ({})".format(line.order_id.name, line.name),
|
||||
'location_id': form.location_id.id,
|
||||
'location_dest_id': form.location_dest_id.id,
|
||||
|
||||
Reference in New Issue
Block a user