Hi all, new to OpenERP.
I have a field that stores time, it is working alright with widget=float_time, but i need to store the data in 24h format and right now the field only takes 12h format input.
Is there any way to change this? Using a function or another widget?
Any tip to point me in the right direction is welcome.
Thanks!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухгалтерия
- Склад
- PoS
- Проекты
- MRP
Этот вопрос был отмечен
1
Ответить
12717
Представления
dear AlbertSaez ,
I think you can write directly in your field the time you don't need another widget like this:
| 00:0 write 23:15 or 06:17 |
in the database the value is stored as Float.
I hope I helped you.
Не оставайтесь в стороне – присоединяйтесь к обсуждению!
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
|
7
апр. 16
|
15738 | ||
|
|
1
мар. 15
|
6887 | ||
|
|
2
мар. 15
|
5999 | ||
|
|
1
дек. 23
|
2057 | ||
|
|
0
нояб. 23
|
2130 |
in the database the value is stored as Float. I hope I helped you.