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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
2
Respostas
6571
Visualizações
Now i know the easy solution to this problem, just install the module called filter mask and follow the instruction how to use it.
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
computed fields
Resolvido
|
|
1
abr. 24
|
2538 | |
|
1
dez. 23
|
4624 | ||
Menu item for users and group only
Resolvido
|
|
2
nov. 22
|
3828 | |
|
0
nov. 22
|
3672 | ||
|
0
out. 22
|
2027 |
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