Skip to content

Commit

Permalink
[FIX] procurement: procurement orders does not have a warehouse_id
Browse files Browse the repository at this point in the history
…field

bzr revid: chs@openerp.com-20131126134952-cotbhc8s60zj44ts
  • Loading branch information
KangOl committed Nov 26, 2013
1 parent 3a7c74c commit 465d83e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/procurement/schedulers.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def _prepare_orderpoint_procurement(self, cr, uid, orderpoint, product_qty, cont
'company_id': orderpoint.company_id.id,
'product_uom': orderpoint.product_uom.id,
'location_id': orderpoint.location_id.id,
'warehouse_id': orderpoint.warehouse_id.id,
'procure_method': 'make_to_order',
'origin': orderpoint.name}

Expand Down

0 comments on commit 465d83e

Please sign in to comment.