Skip to content
Snippets Groups Projects
Commit eb04e1c9 authored by Swapnesh Shah's avatar Swapnesh Shah Committed by Thibault Delavallée
Browse files

[IMP] website_slides: use float_time widget on total_time


In this commit we use the float_time widget on total_time field in order to
achieve an amazing wow onboarding back2basics effect.

closes odoo/odoo#42360

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent 32695d27
Branches
Tags
No related merge requests found
......@@ -136,7 +136,7 @@
<field string="Rating" name="rating_avg" widget="field_float_rating"/>
<label for="total_time" string="Watch Time"/>
<div>
<field name="total_time"/>
<field name="total_time" widget="float_time" />
<span class="ml-2">Hours</span>
</div>
</group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment