[IMP] demo data & groups -> refactor

bzr revid: api@openerp.com-20121119140801-yxj936dhu1eapicl
This commit is contained in:
Arnaud Pineux 2012-11-19 15:08:01 +01:00
parent 43f5434c7b
commit 848679322a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</record>
<record id="group_lunch_manager" model="res.groups">
<field name="name">Manager</field>
<field name="implied_ids" eval="[(4, ref('group_lunch_user'))]"/>
<field name="implied_ids" eval="[(4, [ref('group_lunch_user')])]"/>
<field name="category_id" ref="module_lunch_category"/>
</record>
<record id="group_lunch_user" model="res.groups">