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
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
2
Vastaukset
6646
Näkymät
Now i know the easy solution to this problem, just install the module called filter mask and follow the instruction how to use it.
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
computed fields
Ratkaistu
|
|
1
huhtik. 24
|
2628 | |
|
1
jouluk. 23
|
4760 | ||
Menu item for users and group only
Ratkaistu
|
|
2
marrask. 22
|
3956 | |
|
0
marrask. 22
|
3777 | ||
|
0
lokak. 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