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
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
11954
화면
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
|
15196 | ||
|
1
3월 15
|
6352 | ||
|
2
3월 15
|
5472 | ||
|
1
12월 23
|
1569 | ||
|
0
11월 23
|
1757 |
in the database the value is stored as Float. I hope I helped you.