[IMP]membership:improved position of tabs as per suggestion in product form view when all modules are installed

bzr revid: ssu@tinyerp.com-20121126104829-f30vvo034l8hs1c0
This commit is contained in:
Saurang Suthar 2012-11-26 16:18:29 +05:30
parent 828cce9be0
commit 632ab99bf9
1 changed files with 3 additions and 3 deletions

View File

@ -84,9 +84,9 @@
<record model="ir.ui.view" id="product_normal_form_view">
<field name="name">Membership Products</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_normal_form_view"/>
<field name="inherit_id" ref="account.product_normal_form_view"/>
<field name="arch" type="xml">
<page string="Information" position="after">
<xpath expr="//notebook/page[@string='Accounting']" position="after">
<page string="Membership">
<group col="1">
<group>
@ -98,7 +98,7 @@
</group>
</group>
</page>
</page>
</xpath>
</field>
</record>