[IMP]improve view

bzr revid: sgo@tinyerp.com-20120716083520-a0cv3yfd0uxqg0s3
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-07-16 14:05:20 +05:30
parent b81c51c73c
commit f172824ed4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<field name="inherit_id" ref="base.view_company_form"/>
<field name="arch" type="xml">
<xpath expr="//group[@name='account_grp']" position="after">
<group name="logistics_grp" string="Logistics"/>
<group name="logistics_grp" string="Logistics">
<field name="schedule_range"/>
</group>
</xpath>