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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
11695
Tampilan
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.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
Fields 'Time ' in openerp 7.0
Diselesaikan
|
|
7
Apr 16
|
14906 | |
|
1
Mar 15
|
6026 | ||
|
2
Mar 15
|
5179 | ||
|
1
Des 23
|
1381 | ||
|
0
Nov 23
|
1517 |
in the database the value is stored as Float. I hope I helped you.