Add widget float_time duration

This commit is contained in:
michel 2017-11-15 13:23:53 +01:00
parent ffd1399e67
commit 0585672d52
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<field name="date_start" />
<field name="starts_this_week" attrs="{'invisible': [('date_start', '=', True)]}" />
<field name="date_end" />
<field name="duration" />
<field name="duration" widget="float_time" />
<field name="description" />
<field name="participants_ids" widget="many2many_tags"
options="{'no_create': true}" />