Merge lp:~vauxoo/addons-vauxoo/company_description_dev_luis into lp:addons-vauxoo

Proposed by Luis Torres - http://www.vauxoo.com
Status: Merged
Merged at revision: 365
Proposed branch: lp:~vauxoo/addons-vauxoo/company_description_dev_luis
Merge into: lp:addons-vauxoo
Diff against target: 12 lines (+1/-1)
1 file modified
company_description/company_view.xml (+1/-1)
To merge this branch: bzr merge lp:~vauxoo/addons-vauxoo/company_description_dev_luis
Reviewer Review Type Date Requested Status
Moisés López - http://www.vauxoo.com Pending
Review via email: mp+117352@code.launchpad.net

Description of the change

Se cambio la posicion de la pestaña para las descripciones

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'company_description/company_view.xml'
2--- company_description/company_view.xml 2012-07-27 15:29:14 +0000
3+++ company_description/company_view.xml 2012-07-30 22:15:23 +0000
4@@ -7,7 +7,7 @@
5 <field name="type">form</field>
6 <field name="inherit_id" ref="base.view_company_form"/>
7 <field name="arch" type="xml">
8- <xpath expr="/form/notebook/page[@string='Overdue Payments']" position="after">
9+ <xpath expr="/form/notebook/page[@string='Bank Accounts']" position="after">
10 <page string="Descriptions">
11 <separator string="Invoice Description"/>
12 <field colspan="4" name="description_invoice" nolabel="1"/>