[FIX] lunch: fix security rule, user_id being a related field he may not be set yet at the creation

bzr revid: mat@openerp.com-20140425074018-wnrhgsavhmp91xjv
This commit is contained in:
Martin Trigaux 2014-04-25 09:40:18 +02:00
parent 95abee7579
commit 3f869b47ce
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<field name="name">lunch.order.line: do not see and create other people's order line</field>
<field name="model_id" ref="model_lunch_order_line"/>
<field name="groups" eval="[(4, ref('group_lunch_user'))]"/>
<field name="domain_force">[('user_id', '=', user.id)]</field>
<field name="domain_force">[('order_id.user_id', '=', user.id)]</field>
</record>
<record id="lunch_mind_other_food_line" model="ir.rule">
<field name="name">lunch.order.line: do not see and create other people's order line</field>