[FIX] membership : Cannot subscribe to membership

lp bug: https://launchpad.net/bugs/883052 fixed

bzr revid: mdi@tinyerp.com-20111101083534-2jjy05atfaqe5n6c
This commit is contained in:
Divyesh Makwana (Open ERP) 2011-11-01 14:05:34 +05:30
parent 3d22bb8b55
commit 66863453bc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<form string="Membership Invoice">
<group colspan="4" >
<field name="product_id" colspan="4" domain="[('membership','=',True)]" widget="selection" on_change="onchange_product(product_id)"/>
<field name="member_price" colspan="4" readonly="1"/>
<field name="member_price" colspan="4" />
</group>
<group colspan="4" col="6">
<button icon="gtk-close" special="cancel" string="Close"/>