Skip to content
Snippets Groups Projects
Commit 55ac6425 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[FIX] gamification: correct name of ir.rule fixing bad copy-paste

bzr revid: mat@openerp.com-20140512085041-b0euexzgxgvb30oe
parent d2716e2d
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@
</record>
<record id="goal_global_multicompany" model="ir.rule">
<field name="name">User can only see his/her goals or goal from the same challenge in board visibility</field>
<field name="name">Multicompany rule on challenges</field>
<field name="model_id" ref="model_gamification_goal"/>
<field name="domain_force">[('user_id.company_id', 'child_of', [user.company_id.id])]</field>
<field name="global" eval="True"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment