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
回覆
11774
瀏覽次數
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
|
15006 | ||
|
1
3月 15
|
6146 | ||
|
2
3月 15
|
5271 | ||
|
1
12月 23
|
1450 | ||
|
0
11月 23
|
1613 |
in the database the value is stored as Float. I hope I helped you.