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:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
11714
Görünümler
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
Fields 'Time ' in openerp 7.0
Çözüldü
|
|
7
Nis 16
|
14919 | |
|
1
Mar 15
|
6048 | ||
|
2
Mar 15
|
5225 | ||
|
1
Ara 23
|
1415 | ||
|
0
Kas 23
|
1537 |
in the database the value is stored as Float. I hope I helped you.