[FIX]: purchase_requisition: Fixed problem of wrong reference in view

lp bug: https://launchpad.net/bugs/696718 fixed

bzr revid: rpa@tinyerp.com-20110111054618-wcj1qntx5hotn47q
This commit is contained in:
rpa (Open ERP) 2011-01-11 11:16:18 +05:30
parent cda7d17dc3
commit eb3c681dc5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<field name="model">purchase.order</field>
<field name="inherit_id" ref="purchase.view_purchase_order_filter"/>
<field name="arch" type="xml">
<xpath expr="/search/group/filter[@string='To be Invoiced']" position="after">
<xpath expr="/search/group/filter[@string='Not Invoiced']" position="after">
<filter icon="terp-gtk-jump-to-rtl" string="Requisition" domain="[('requisition_id','!=',False)]" separator="1"/>
</xpath>
</field>