[IMP]show label for working time popup

bzr revid: sgo@tinyerp.com-20120706130938-e89ew8sdb2790b1a
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-07-06 18:39:38 +05:30
parent 12bae0d8f9
commit 31e5bc0227
1 changed files with 7 additions and 5 deletions

View File

@ -135,11 +135,13 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Working Time" version="7.0">
<field colspan="4" name="name"/>
<field name="date_from"/>
<field name="dayofweek"/>
<field name="hour_from" widget="float_time"/>
<field name="hour_to" widget="float_time"/>
<group>
<field name="name"/>
<field name="date_from"/>
<field name="dayofweek"/>
<field name="hour_from" widget="float_time"/>
<field name="hour_to" widget="float_time"/>
</group>
</form>
</field>
</record>