[FIX]: Hours in same line

bzr revid: atp@tinyerp.com-20120627130632-297u2vzg40srtwkf
This commit is contained in:
Atul Patel (OpenERP) 2012-06-27 18:36:32 +05:30
parent 2cd6293c0b
commit 0e77215c1b
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@
<field name="dayofweek"/>
<label for="hour_from" string="Hours"/>
<div>
<field name="hour_from" widget="float_time"/> -
<field name="hour_to" widget="float_time"/>
<field name="hour_from" widget="float_time" class="oe_inline"/> -
<field name="hour_to" widget="float_time" class="oe_inline"/>
</div>
</group>
</form>