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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
2
Replies
6149
Tampilan
Now i know the easy solution to this problem, just install the module called filter mask and follow the instruction how to use it.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
computed fields
Diselesaikan
|
|
1
Apr 24
|
2159 | |
|
1
Des 23
|
3986 | ||
Menu item for users and group only
Diselesaikan
|
|
2
Nov 22
|
3365 | |
|
0
Nov 22
|
3364 | ||
|
0
Okt 22
|
1719 |
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