Merge lp:~camptocamp/department-mgmt/7.0-fix-invoice_department-view into lp:~department-core-editors/department-mgmt/7.0

Proposed by Yannick Vaucher @ Camptocamp
Status: Merged
Merged at revision: 16
Proposed branch: lp:~camptocamp/department-mgmt/7.0-fix-invoice_department-view
Merge into: lp:~department-core-editors/department-mgmt/7.0
Diff against target: 26 lines (+4/-4)
1 file modified
invoice_department/invoice_view.xml (+4/-4)
To merge this branch: bzr merge lp:~camptocamp/department-mgmt/7.0-fix-invoice_department-view
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp Approve
Daniel Reis lgtm. tested install, no errors. Approve
Review via email: mp+175035@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Reis (dreis-pt) :
review: Approve (lgtm. tested install, no errors.)
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'invoice_department/invoice_view.xml'
2--- invoice_department/invoice_view.xml 2013-05-02 15:02:05 +0000
3+++ invoice_department/invoice_view.xml 2013-07-16 14:35:36 +0000
4@@ -18,9 +18,9 @@
5 <field name="model">account.invoice</field>
6 <field name="inherit_id" ref="account.invoice_form" />
7 <field name="arch" type="xml">
8- <field name="company_id" position="before">
9+ <xpath expr="//page[@string='Other Info']//field[@name='company_id']" position="before">
10 <field name="department_id" widget="selection"/>
11- </field>
12+ </xpath>
13 </field>
14 </record>
15
16@@ -46,9 +46,9 @@
17 <field name="inherit_id" ref="account.invoice_supplier_form" />
18 <field name="priority">2</field>
19 <field name="arch" type="xml">
20- <field name="company_id" position="before">
21+ <xpath expr="//page[@string='Other Info']//field[@name='company_id']" position="before">
22 <field name="department_id" widget="selection"/>
23- </field>
24+ </xpath>
25 </field>
26 </record>
27

Subscribers

People subscribed via source and target branches