[MERGE] Access Rights Groups use same name than menu

bzr revid: fp@tinyerp.com-20120927174145-z5nv8i8fkbukbncs
This commit is contained in:
Fabien Pinckaers 2012-09-27 19:41:45 +02:00
commit bb1eebe266
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<data>
<record model="ir.module.category" id="module_category_event_management">
<field name="name">Event</field>
<field name="name">Events</field>
<field name="description">Helps you manage your Events.</field>
<field name="sequence">3</field>
</record>

View File

@ -4,7 +4,7 @@
<!-- CATEGORY -->
<record model="ir.module.category" id="module_category_social">
<field name="name">Social and Sharing Tools</field>
<field name="name">Home</field>
<field name="parent_id" ref="base.module_category_tools"/>
<field name="sequence">26</field>
</record>