Merge lp:~unifield-team/unifield-wm/uf-2070 into lp:unifield-wm

Proposed by Quentin THEURET @Amaris
Status: Needs review
Proposed branch: lp:~unifield-team/unifield-wm/uf-2070
Merge into: lp:unifield-wm
Diff against target: 12 lines (+1/-1)
1 file modified
sourcing/sourcing_view.xml (+1/-1)
To merge this branch: bzr merge lp:~unifield-team/unifield-wm/uf-2070
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+192308@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

1727. By Quentin THEURET @Amaris

UF-2070 [IMP] OST : Remove the draft lines from the OST list

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sourcing/sourcing_view.xml'
2--- sourcing/sourcing_view.xml 2013-08-30 14:16:23 +0000
3+++ sourcing/sourcing_view.xml 2013-10-23 09:36:07 +0000
4@@ -156,7 +156,7 @@
5 <field name="res_model">sourcing.line</field>
6 <field name="view_type">form</field>
7 <field name="view_mode">tree,form</field>
8- <field name="domain">[('sale_order_state','!=','procurement')]</field>
9+ <field name="domain">[('sale_order_state','not in', ('procurement', 'draft'))]</field>
10 <field name="context">{'search_default_need_sourcing': True}</field>
11 <field name="search_view_id" ref="sourcing_line_search_form_view" />
12 </record>

Subscribers

People subscribed via source and target branches