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
Відповіді
6546
Переглядів
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!
РеєстраціяRelated Posts | Відповіді | Переглядів | Дія | |
---|---|---|---|---|
computed fields
Вирішено
|
|
1
квіт. 24
|
2517 | |
|
1
груд. 23
|
4584 | ||
Menu item for users and group only
Вирішено
|
|
2
лист. 22
|
3801 | |
|
0
лист. 22
|
3643 | ||
|
0
жовт. 22
|
2018 |
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