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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
2
回覆
6644
瀏覽次數
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
|
2628 | |
|
1
12月 23
|
4760 | ||
|
2
11月 22
|
3956 | ||
|
0
11月 22
|
3777 | ||
|
0
10月 22
|
2119 |
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