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
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
1227
화면
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.