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

Proposed by Mayur Maheshwari(OpenERP)
Status: Merged
Merged at revision: 7265
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1037954-mma
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
purchase/purchase_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1037954-mma
Reviewer Review Type Date Requested Status
Purnendu Singh (OpenERP) (community) Approve
Review via email: mp+120085@code.launchpad.net

Description of the change

Hello ,

    purchase : I have fixed NameError: name confirmed is not defined

Thanks,
Mayur

To post a comment you must log in.
Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) wrote :

good catch and fix.

Thanks for your contribution.
Puurnendu Singh

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'purchase/purchase_view.xml'
2--- purchase/purchase_view.xml 2012-08-15 22:30:38 +0000
3+++ purchase/purchase_view.xml 2012-08-17 09:09:19 +0000
4@@ -323,7 +323,7 @@
5 <field name="name">purchase.order.tree</field>
6 <field name="model">purchase.order</field>
7 <field name="arch" type="xml">
8- <tree fonts="bold:needaction_pending==True" colors="grey:state=='cancel';blue:state in (confirmed');red:state in ('except_invoice','except_picking')" string="Purchase Order">
9+ <tree fonts="bold:needaction_pending==True" colors="grey:state=='cancel';blue:state in ('confirmed');red:state in ('except_invoice','except_picking')" string="Purchase Order">
10 <field name="needaction_pending" invisible="1"/>
11 <field name="name" string="Reference"/>
12 <field name="date_order" />

Subscribers

People subscribed via source and target branches

to all changes: