[FIX] website_event: name field in access rules

bzr revid: chm@openerp.com-20130808081400-gafdfykn9ds3rsp5
This commit is contained in:
Christophe Matthieu 2013-08-08 10:14:00 +02:00
parent ab61a67021
commit 4cffb20e72
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<record id="event_product_product_public" model="ir.rule">
<field name="name">Product linked to event: Public</field>
<field name="model_id" ref="product.model_product_product"/>
<field name="domain_force">[("event_type_id", "!=", False), ('event_product_ids.event_id.website_published', '=', True)]</field>
<field name="domain_force">[("event_type_id", "!=", False), ('event_ticket_ids.event_id.website_published', '=', True)]</field>
<field name="groups" eval="[(4, ref('base.group_public'))]"/>
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="False"/>