xml contain widget="float_time"
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2
Replies
966
Views
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)
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up