[IMP]: caldav: minor imprpvement in alarm view

bzr revid: rpa@openerp.co.in-20100106131750-19ru3sxt5pxqnaxw
This commit is contained in:
rpa (Open ERP) 2010-01-06 18:47:50 +05:30
parent 74524b715d
commit 6331fbcef5
1 changed files with 1 additions and 4 deletions

View File

@ -49,7 +49,7 @@
<field name="model">crm.caldav.alarm</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Reminder details">
<form string="Reminder details">
<separator string="Reminder details" colspan="4" />
<group col="4" colspan="4">
<field name="trigger_duration" nolabel="1" select="1"/>
@ -58,9 +58,6 @@
<field name="trigger_related" nolabel="1" select="1"/>
</group>
<separator string="" colspan="4" />
<field name="duration"/>
<field name="repeat"/>
<separator string="" colspan="4" />
<group colspan="4">
<label string="" colspan="2"/>
<button icon='gtk-cancel' special="cancel" string="Cancel"/>