Merge lp:~therp-nl/therp-addons/partner_name_dutch_form_update into lp:~therp-nl/therp-addons/7.0

Proposed by Holger Brunn (Therp)
Status: Merged
Merged at revision: 101
Proposed branch: lp:~therp-nl/therp-addons/partner_name_dutch_form_update
Merge into: lp:~therp-nl/therp-addons/7.0
Diff against target: 16 lines (+2/-2)
1 file modified
partner_name_dutch/view/res_partner.xml (+2/-2)
To merge this branch: bzr merge lp:~therp-nl/therp-addons/partner_name_dutch_form_update
Reviewer Review Type Date Requested Status
Stefan Rijnhart (Opener) (community) Approve
Review via email: mp+210844@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote :

Tnx!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'partner_name_dutch/view/res_partner.xml'
2--- partner_name_dutch/view/res_partner.xml 2014-01-17 17:19:50 +0000
3+++ partner_name_dutch/view/res_partner.xml 2014-03-13 16:21:26 +0000
4@@ -28,10 +28,10 @@
5 <field name="firstname" position="before">
6 <field name="initials" />
7 </field>
8- <xpath expr="//form[@string='Contact']/sheet/group/field[@name='lastname']" position="before">
9+ <xpath expr="//form[@string='Contact']/sheet//group/field[@name='lastname']" position="before">
10 <field name="infix"/>
11 </xpath>
12- <xpath expr="//form[@string='Contact']/sheet/group/field[@name='firstname']" position="before">
13+ <xpath expr="//form[@string='Contact']/sheet//group/field[@name='firstname']" position="before">
14 <field name="initials"/>
15 </xpath>
16 </data>

Subscribers

People subscribed via source and target branches

to all changes: