콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
1227 화면

xml contain widget="float_time"

아바타
취소
베스트 답변

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.

작성자 베스트 답변


아바타
취소