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
- Contabilidad
- Inventario
- PoS
- Proyectos
- MRP
Se marcó esta pregunta
1
Responder
12687
Vistas
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.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
Fields 'Time ' in openerp 7.0
Resuelto
|
|
7
abr 16
|
15704 | |
|
|
1
mar 15
|
6856 | ||
|
|
2
mar 15
|
5950 | ||
|
|
1
dic 23
|
2010 | ||
|
|
0
nov 23
|
2108 |
in the database the value is stored as Float. I hope I helped you.