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
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
2
Trả lời
6703
Lượt xem
Now i know the easy solution to this problem, just install the module called filter mask and follow the instruction how to use it.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
computed fields
Đã xử lý
|
|
1
thg 4 24
|
2671 | |
|
1
thg 12 23
|
4844 | ||
Menu item for users and group only
Đã xử lý
|
|
2
thg 11 22
|
4006 | |
|
0
thg 11 22
|
3817 | ||
|
0
thg 10 22
|
2167 |
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