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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
2
Respuestas
6074
Vistas
Now i know the easy solution to this problem, just install the module called filter mask and follow the instruction how to use it.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
computed fields
Resuelto
|
|
1
abr 24
|
2094 | |
|
1
dic 23
|
3920 | ||
Menu item for users and group only
Resuelto
|
|
2
nov 22
|
3280 | |
|
0
nov 22
|
3318 | ||
|
0
oct 22
|
1681 |
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