[IMP] move Email Notification on Answer boolean below Type field

bzr revid: hip@tinyerp.com-20121109061028-9suru2afitw4wf57
This commit is contained in:
Hiral Patel (OpenERP) 2012-11-09 11:40:28 +05:30
parent 0528e00788
commit bfc4d87f31
1 changed files with 1 additions and 1 deletions

View File

@ -45,8 +45,8 @@
<group>
<field name="id" invisible="1"/>
<field name="responsible_id" class="oe_inline" attrs="{'readonly':[('state','=','close')]}"/>
<field name="send_response" attrs="{'readonly':[('state','=','close')]}"/>
<field name="type" attrs="{'readonly':[('state','=','close')]}"/>
<field name="send_response" attrs="{'readonly':[('state','=','close')]}"/>
</group>
<group>
<field name="max_response_limit" attrs="{'readonly':[('state','=','close')]}"/>