In Py
time = fields.Float('Time')
in views
<field name="time" widget="float_time"/>
the above method is not working as when I try to record time format such 10:50,It shows invalid error message. In order to save the window after editing, I have to record time format in float like 10.50 but when saving, it appears in the report 10:39 in time format.
Another problem when I import excel sheet consists of time, It show me an error that i can not import second error imagethird error image error image]3