[FIX] base: set the right xml_id for the hidden/link category
authorStephane Wirtel <stw@openerp.com>
Thu, 6 Oct 2011 14:29:46 +0000 (16:29 +0200)
committerStephane Wirtel <stw@openerp.com>
Thu, 6 Oct 2011 14:29:46 +0000 (16:29 +0200)
bzr revid: stw@openerp.com-20111006142946-qebop8c2gs620ma7

openerp/addons/base/module/module_data.xml

index 5a57217..58fa98a 100644 (file)
@@ -7,7 +7,8 @@
             <field name="visible" eval="0" />
         </record>
 
-        <record model="ir.module.category" id="module_category_link">
+        <record model="ir.module.category" id="module_category_hidden_link">
+            <field name="parent_id" ref="module_category_hidden" />
             <field name="name">Link</field>
             <field name="sequence">0</field>
             <field name="visible" eval="0" />