[FIX] event: act_window of registration add domain instead of context

bzr revid: vth@tinyerp.com-20101019110207-25cwcemt7div1mh0
This commit is contained in:
vth 2010-10-19 16:32:07 +05:30
parent a6f62d8d1e
commit f85650ec7f
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@
res_model="event.registration"
src_model="event.event"
view_mode="tree,form,calendar,graph"
context="{'search_default_event_id': active_id}"
domain="[('event_id','=',active_id)]"
view_type="form"/>
<act_window