Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-1037954-mma into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #1037954 in OpenERP Addons: "can't open Quotations and purchase order
menu"
https://bugs.launchpad.net/openobject-addons/+bug/1037954
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1037954-mma/+merge/120085
Hello ,
purchase : I have fixed NameError: name confirmed is not defined
Thanks,
Mayur
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1037954-mma/+merge/120085
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-1037954-mma.
=== modified file 'purchase/purchase_view.xml'
--- purchase/purchase_view.xml 2012-08-15 22:30:38 +0000
+++ purchase/purchase_view.xml 2012-08-17 09:09:19 +0000
@@ -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" />
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp