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
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
2
Respostes
6252
Vistes
Now i know the easy solution to this problem, just install the module called filter mask and follow the instruction how to use it.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
computed fields
Solved
|
|
1
d’abr. 24
|
2271 | |
|
1
de des. 23
|
4121 | ||
|
2
de nov. 22
|
3529 | ||
|
0
de nov. 22
|
3443 | ||
|
0
d’oct. 22
|
1827 |
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