From: Rifakat (OpenERP) Date: Wed, 25 Jan 2012 12:06:08 +0000 (+0530) Subject: [FIX] purchase_requisition: fixed filters for purchase_requisition X-Git-Tag: 6.0.4-server~15^2 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=d0d9fe72a041c89d6cdf1604f569dea5ea76d50b;p=odoo%2Fodoo.git [FIX] purchase_requisition: fixed filters for purchase_requisition lp bug: https://launchpad.net/bugs/920970 fixed bzr revid: rha@tinyerp.com-20120125120608-79r9am66adxrjxlt --- diff --git a/addons/purchase_requisition/purchase_requisition_view.xml b/addons/purchase_requisition/purchase_requisition_view.xml index c68c6db..dfd42d7 100644 --- a/addons/purchase_requisition/purchase_requisition_view.xml +++ b/addons/purchase_requisition/purchase_requisition_view.xml @@ -120,11 +120,11 @@ - - - + + + - + @@ -150,7 +150,7 @@ purchase.requisition form tree,form - {"search_default_create_uid":uid,'search_default_draft': 1} + {"search_default_user_id":uid,'search_default_draft': 1} A purchase requisition is the step before a request for quotation. In a purchase requisition (or purchase tender), you can record the products you need to buy and trigger the creation of RfQs to suppliers. After the negotiation, once you have reviewed all the supplier's offers, you can validate some and cancel others.