Merge lp:~openerp-dev/openobject-addons/trunk-bug-939790-mma into lp:openobject-addons

Proposed by Mayur Maheshwari(OpenERP)
Status: Work in progress
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-939790-mma
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
procurement/schedulers.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-939790-mma
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+97162@code.launchpad.net

Description of the change

Hello,

       procurement: I have removed a domain of purchase

Thanks,
mma

To post a comment you must log in.

Unmerged revisions

6670. By Don Kirkby

[FIX]procurement: removed a domain of purchase

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'procurement/schedulers.py'
2--- procurement/schedulers.py 2012-01-31 13:36:57 +0000
3+++ procurement/schedulers.py 2012-03-13 09:24:21 +0000
4@@ -176,7 +176,7 @@
5 wf_service = netsvc.LocalService("workflow")
6
7 warehouse_ids = warehouse_obj.search(cr, uid, [], context=context)
8- products_ids = product_obj.search(cr, uid, [('purchase_ok', '=', True)], order='id', context=context)
9+ products_ids = product_obj.search(cr, uid, [], order='id', context=context)
10
11 for warehouse in warehouse_obj.browse(cr, uid, warehouse_ids, context=context):
12 context['warehouse'] = warehouse

Subscribers

People subscribed via source and target branches

to all changes: