[FIX] base: set the right xml_id for the hidden/link category

bzr revid: stw@openerp.com-20111006142946-qebop8c2gs620ma7
This commit is contained in:
Stephane Wirtel 2011-10-06 16:29:46 +02:00
parent 65456808bc
commit 33963719aa
1 changed files with 2 additions and 1 deletions

View 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" />