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
返信
6567
ビュー
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
|
2536 | |
|
1
12月 23
|
4613 | ||
|
2
11月 22
|
3824 | ||
|
0
11月 22
|
3667 | ||
|
0
10月 22
|
2025 |
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