Merge lp:~openerp-dev/openobject-addons/trunk-bug-1153806-dharmraj into lp:openobject-addons

Proposed by Dharmraj Zala(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1153806-dharmraj
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-1153806-dharmraj
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+152901@code.launchpad.net

Description of the change

Hello,

As described bug description, I have added a state "confirmed" into the domain in purchase/purchase_view.xml for Quotations.

Thanks,
Dharmraj.

To post a comment you must log in.

Unmerged revisions

8604. By Dharmraj Zala(OpenERP)

[FIX] added confirmed state into domain for the Qutations

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 2013-03-12 12:12:18 +0000
3+++ purchase/purchase_view.xml 2013-03-12 12:49:27 +0000
4@@ -335,7 +335,7 @@
5 <field name="type">ir.actions.act_window</field>
6 <field name="res_model">purchase.order</field>
7 <field name="context">{}</field>
8- <field name="domain">[('state','in',('draft','sent','cancel'))]</field>
9+ <field name="domain">[('state','in',('draft','sent','cancel','confirmed'))]</field>
10 <field name="view_mode">tree,form,graph,calendar</field>
11 <field name="search_view_id" ref="view_purchase_order_filter"/>
12 <field name="help" type="html">

Subscribers

People subscribed via source and target branches

to all changes: