quita el procurement_method cuando crea el stock.picking
This commit is contained in:
parent
9ba3aa0f86
commit
82858796a4
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ class ProductTemplate(models.Model):
|
|||
'location_id': self.env.ref('stock.stock_location_stock').id,
|
||||
'location_dest_id': self.env.ref('stock.stock_location_stock').id,
|
||||
'state': 'draft',
|
||||
'procure_method': 'make_to_order',
|
||||
}
|
||||
picking.move_lines = [(0, 0, move_vals)]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue