[FIX] base_action_rule: no domain on user_id=False on filters because it pollutes the filters of everyone

bzr revid: qdp-launchpad@openerp.com-20130320121549-98fptm04c44mrvy4
This commit is contained in:
Quentin (OpenERP) 2013-03-20 13:15:49 +01:00
parent d256ba7d06
commit e69fc7129d
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@
<page string="Conditions">
<group>
<group name="filter" string="Filter Condition">
<field name="filter_pre_id" domain="[('model_id','=',model), ('user_id', '=', False)]" context="{'default_model_id': model}"/>
<field name="filter_id" domain="[('model_id','=',model), ('user_id', '=', False)]" context="{'default_model_id': model}"/>
<field name="filter_pre_id" domain="[('model_id','=',model)]" context="{'default_model_id': model}"/>
<field name="filter_id" domain="[('model_id','=',model)]" context="{'default_model_id': model}"/>
</group>
<group name="timing" string="Timer">
<field name="trg_date_id"/>