[FIX] portal: access management wizard, miss onchange event of portal

bzr revid: hmo@tinyerp.com-20120814060715-xhdgv66amo2hb9tl
This commit is contained in:
Harry (OpenERP) 2012-08-14 11:37:15 +05:30
parent 01d2dacf6f
commit b570e55b9c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<form string="Add Portal Access" version="7.0">
<group>
<field name="partner_id" invisible="1"/>
<field name="portal_id" widget="selection"/>
<field name="portal_id" widget="selection" on_change="onchange_portal_id(partner_id, portal_id)"/>
</group>
<label for="user_ids"/>
<field name="user_ids"/>