Skip to Content
Menu
This question has been flagged
2 Replies
966 Views

xml contain widget="float_time"

Avatar
Discard
Best Answer

Because float_time converting float value into HH:MM format and for minute it will calculate from float value like below example.

round((float_value % 1) * 60)

Avatar
Discard
Author

So how to solve this? Because I want to get 2.15 as 2:15

I think it is not possible by using float_time widget in standard Odoo.

Author Best Answer


Avatar
Discard