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

Subscribers

People subscribed via source and target branches

to all changes: