Hello everyone, so i want to ask something about set a char field that user just can input only the numerical value, are anyone can help? thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
6650
화면
Now i know the easy solution to this problem, just install the module called filter mask and follow the instruction how to use it.
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
computed fields
해결 완료
|
|
1
4월 24
|
2629 | |
|
1
12월 23
|
4761 | ||
|
2
11월 22
|
3960 | ||
|
0
11월 22
|
3778 | ||
|
0
10월 22
|
2125 |
you can use an integer type field. For Char field, Set constraints. Here is the doc:
https://odoo-development.readthedocs.io/en/latest/dev/py/constraints.html
Thank you sir for the answer, its worked a lot