[IMP] settings: better form view for res.company

bzr revid: qdp-launchpad@openerp.com-20120713161618-hu7xp8yhn8ilmjar
This commit is contained in:
Quentin (OpenERP) 2012-07-13 18:16:18 +02:00
parent ef74150d31
commit 3f3625d3ba
1 changed files with 3 additions and 3 deletions

View File

@ -11,15 +11,15 @@
<field name="inherit_id" ref="base.view_company_form"/> <field name="inherit_id" ref="base.view_company_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<data> <data>
<xpath expr="//notebook" position="inside"> <xpath expr="//group[@name='account_grp']" position="after">
<page string="Paie"> <group string="Paie">
<field name="plafond_secu"/> <field name="plafond_secu"/>
<field name="nombre_employes"/> <field name="nombre_employes"/>
<newline/> <newline/>
<field name="org_ss"/> <field name="org_ss"/>
<newline/> <newline/>
<field name="conv_coll"/> <field name="conv_coll"/>
</page> </group>
</xpath> </xpath>
</data> </data>
</field> </field>