improve_module

bzr revid: fp@tinyerp.com-20081030081019-gidbobppf74chajl
This commit is contained in:
Fabien Pinckaers 2008-10-30 09:10:19 +01:00
parent 4cad290e63
commit a84df166ee
1 changed files with 3 additions and 3 deletions

View File

@ -96,10 +96,10 @@
</field>
</page>
<page string="Features" attrs="{'invisible':[('state','!=','installed')]}">
<separator string="List of menus" colspan="4"/>
<separator string="Created Menus" colspan="4"/>
<field colspan="4" name="menus_by_module" nolabel="1"/>
<separator string="List of views" colspan="2"/>
<separator string="List of reports" colspan="2"/>
<separator string="Created Views" colspan="2"/>
<separator string="Defined Reports" colspan="2"/>
<field colspan="2" name="views_by_module" nolabel="1"/>
<field colspan="2" name="reports_by_module" nolabel="1"/>
</page>