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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
2
Odpowiedzi
6645
Widoki
Now i know the easy solution to this problem, just install the module called filter mask and follow the instruction how to use it.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
computed fields
Rozwiązane
|
|
1
kwi 24
|
2628 | |
|
1
gru 23
|
4760 | ||
Menu item for users and group only
Rozwiązane
|
|
2
lis 22
|
3956 | |
|
0
lis 22
|
3777 | ||
|
0
paź 22
|
2122 |
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