[FIX]purchase :fix NameError: name confirmed is not defined

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

bzr revid: mma@tinyerp.com-20120817084611-60gnccy177f849c4
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-08-17 14:16:11 +05:30
parent c086239c31
commit 18aa1639ee
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@
<field name="name">purchase.order.tree</field>
<field name="model">purchase.order</field>
<field name="arch" type="xml">
<tree fonts="bold:needaction_pending==True" colors="grey:state=='cancel';blue:state in (confirmed');red:state in ('except_invoice','except_picking')" string="Purchase Order">
<tree fonts="bold:needaction_pending==True" colors="grey:state=='cancel';blue:state in ('confirmed');red:state in ('except_invoice','except_picking')" string="Purchase Order">
<field name="needaction_pending" invisible="1"/>
<field name="name" string="Reference"/>
<field name="date_order" />