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
1=== modified file 'stock_override/stock_view.xml'
2--- stock_override/stock_view.xml 2014-06-02 14:45:20 +0000
3+++ stock_override/stock_view.xml 2014-06-26 15:27:24 +0000
4@@ -52,6 +52,9 @@
5 <xpath expr="/form//field[@name='partner_id2']" position="attributes">
6 <attribute name="domain">[('customer', '=', True)]</attribute>
7 </xpath>
8+ <xpath expr="/form//field[@name='move_lines']/tree//field[@name='location_id']" position="after">
9+ <field name="location_dest_id" readonly="1" />
10+ </xpath>
11 </field>
12 </record>
13

Subscribers

People subscribed via source and target branches