[IMP]:idea:improved view

bzr revid: apa@tinyerp.com-20120702073119-dxn0h7uwy5bh0gi7
This commit is contained in:
Amit Patel (OpenERP) 2012-07-02 13:01:19 +05:30
parent 7d90e49560
commit 15a8836b14
1 changed files with 5 additions and 3 deletions

View File

@ -20,9 +20,11 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Category of Ideas" version="7.0">
<group>
<field name="name"/>
</group>
<sheet>
<group>
<field name="name"/>
</group>
</sheet>
</form>
</field>
</record>