[IMP] base_action_rule: improve view

bzr revid: hmo@tinyerp.com-20121005083424-pback5jfsvjb0dlo
This commit is contained in:
Harry (OpenERP) 2012-10-05 14:04:24 +05:30
parent 4dc1a8b348
commit 54c66ff0ff
1 changed files with 2 additions and 4 deletions

View File

@ -36,10 +36,8 @@
</group>
<group name="timing" string="Conditions on Timing">
<field name="trg_date_type"/>
<group attrs="{'invisible': [('trg_date_type', '=', 'none')]}">
<field name="trg_date_range" string="Delay After Trigger Date"/>
<field name="trg_date_range_type"/>
</group>
<field name="trg_date_range" string="Delay After Trigger Date" attrs="{'invisible': [('trg_date_type', '=', 'none')]}"/>
<field name="trg_date_range_type" attrs="{'invisible': [('trg_date_type', '=', 'none')]}"/>
</group>
</group>
<group string="Note">