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
回复
6547
查看
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
|
2523 | |
|
1
12月 23
|
4588 | ||
|
2
11月 22
|
3803 | ||
|
0
11月 22
|
3645 | ||
|
0
10月 22
|
2019 |
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