[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="arch" type="xml">
<data>
<xpath expr="//notebook" position="inside">
<page string="Paie">
<xpath expr="//group[@name='account_grp']" position="after">
<group string="Paie">
<field name="plafond_secu"/>
<field name="nombre_employes"/>
<newline/>
<field name="org_ss"/>
<newline/>
<field name="conv_coll"/>
</page>
</group>
</xpath>
</data>
</field>