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

Proposed by jftempo
Status: Needs review
Proposed branch: lp:~unifield-team/unifield-wm/uf-2407
Merge into: lp:unifield-wm
Diff against target: 12 lines (+3/-0)
1 file modified
stock_override/stock_view.xml (+3/-0)
To merge this branch: bzr merge lp:~unifield-team/unifield-wm/uf-2407
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+224657@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

2199. By Quentin THEURET @Amaris

UF-2407 [FIX] Add the destination location on OUT deliveries form view

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'stock_override/stock_view.xml'
--- stock_override/stock_view.xml 2014-06-02 14:45:20 +0000
+++ stock_override/stock_view.xml 2014-06-26 15:27:24 +0000
@@ -52,6 +52,9 @@
52 <xpath expr="/form//field[@name='partner_id2']" position="attributes">52 <xpath expr="/form//field[@name='partner_id2']" position="attributes">
53 <attribute name="domain">[('customer', '=', True)]</attribute>53 <attribute name="domain">[('customer', '=', True)]</attribute>
54 </xpath>54 </xpath>
55 <xpath expr="/form//field[@name='move_lines']/tree//field[@name='location_id']" position="after">
56 <field name="location_dest_id" readonly="1" />
57 </xpath>
55 </field>58 </field>
56 </record>59 </record>
5760

Subscribers

People subscribed via source and target branches