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:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
2
ตอบกลับ
6727
มุมมอง
Now i know the easy solution to this problem, just install the module called filter mask and follow the instruction how to use it.
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
computed fields
แก้ไขแล้ว
|
|
1
เม.ย. 24
|
2697 | |
|
1
ธ.ค. 23
|
4865 | ||
Menu item for users and group only
แก้ไขแล้ว
|
|
2
พ.ย. 22
|
4037 | |
|
0
พ.ย. 22
|
3858 | ||
|
0
ต.ค. 22
|
2180 |
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