[FIX] more implicit position=inside attributes

bzr revid: xmo@openerp.com-20110315154722-3335xhkngfhj44hb
This commit is contained in:
Xavier Morel 2011-03-15 16:47:22 +01:00
parent fb58bc274d
commit 20cae8fda7
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<field name="model">res.company</field>
<field name="type">form</field>
<field name="arch" type="xml">
<notebook>
<notebook position="inside">
<page string="Overdue Payments" position="inside">
<separator string="Overdue Payments Message" colspan="4"/>
<field name="overdue_msg" nolabel="1" colspan ="4"/>

View File

@ -25,7 +25,7 @@
<xpath expr="//button[@string='Install Modules']" position="attributes">
<attribute name="string">Configure</attribute>
</xpath>
<group colspan="8">
<group colspan="8" position="inside">
<group colspan="4" col="4" groups="base.group_extended" name="other">
<field name="crm_claim" />
<field name="crm_helpdesk" />

View File

@ -23,7 +23,7 @@
<xpath expr="//button[@string='Install Modules']" position="attributes">
<attribute name="string">Configure</attribute>
</xpath>
<group colspan="8">
<group colspan="8" position="inside">
<field name="project_issue"/>
<field name="project_long_term" groups="base.group_extended"/>
<field name="hr_timesheet_sheet"/>

View File

@ -25,7 +25,7 @@
<xpath expr="//button[@string='Install Modules']" position="attributes">
<attribute name="string">Configure</attribute>
</xpath>
<group colspan="8">
<group colspan="8" position="inside">
<field name="purchase_requisition"/>
<field name="purchase_analytic_plans"/>
</group>