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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
2
Réponses
6649
Vues
Now i know the easy solution to this problem, just install the module called filter mask and follow the instruction how to use it.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
computed fields
Résolu
|
|
1
avr. 24
|
2629 | |
|
1
déc. 23
|
4761 | ||
|
2
nov. 22
|
3956 | ||
|
0
nov. 22
|
3778 | ||
|
0
oct. 22
|
2123 |
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