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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
11739
查看
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
4月 16
|
14971 | ||
|
1
3月 15
|
6078 | ||
|
2
3月 15
|
5253 | ||
|
1
12月 23
|
1436 | ||
|
0
11月 23
|
1567 |
in the database the value is stored as Float. I hope I helped you.