Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
42875 Представления

Hi

    any one knows how to get only time in a field like fields.Time() to store only time that i select

i want a field which can store only time .

Аватар
Отменить
Лучший ответ

Hi,

You can add Time fields through this way

Python:

time = fields.Float(string='Time', compute="_compute_time")

Xml:

<field name="time" widget="float_time"/>

You can calculate the time using the compute function.

Thank you.

Аватар
Отменить
Лучший ответ

you can try it

python

time = fields.float('Duration in hours ')

 view
<
field name='time' widget='float_time' />

Аватар
Отменить
Автор Лучший ответ

thank you but

<field name="time" widget="float_time"/>

i try it before ,it shows value in formate like (11:56) and want to store value in like (11:52:12) format, and value is selected  by user like happening  in datetime field.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
авг. 17
5679
1
дек. 16
5954
3
мая 25
1640
1
апр. 25
1239
3
сент. 24
14109