[IMP] do not show hidden modules

bzr revid: fp@tinyerp.com-20111212152709-wokl96u6u35tt8yi
This commit is contained in:
Fabien Pinckaers 2011-12-12 16:27:09 +01:00
parent 1d724de27e
commit a8eef55c42
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
<field name="res_model">ir.module.module</field>
<field name="view_type">form</field>
<field name="view_mode">kanban,tree,form</field>
<field name="domain"/>
<field name="domain">['!', ('category_id.parent_id','child_of','Hidden')]</field>
<field name="search_view_id" ref="view_module_filter"/>
<field name="help">You can install new modules in order to activate new features, menu, reports or data in your OpenERP instance. To install some modules, click on the button "Install" from the form view and then click on "Start Upgrade".</field>
</record>