We as an organisation are in the education segment where we coordinate with Parents and Students and have to store their contact info, but also keep track of which student is related to which parent.
We cannot save each parent as a company to be able to link a "student/contact" to said parent. Is there a way to interlink contacts? I am on a 15 day trial and trying to do this with Studio, please let me know if this is possible and how these fields can show in every "add contact form" that pops up. Similarly I was considering adding a contact category, like student, parent, school teacher, etc. Can that also be made a field that shows up in all forms? I added it, however it does not display in forms.
Ideally if instead of just individual and company, more contact categories cna be added, it would work out well.
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
1
Balas
967
Tampilan
Yes is possible using studio
Create a new many2many field with relational model 'Contacts' you could choose to set the widget to be relational table (one2many)
Contract category would be a selection field
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Agu 22
|
2257 | ||
CRM, res_partner and fields
Diselesaikan
|
|
2
Jun 25
|
1517 | |
|
1
Sep 24
|
3508 | ||
|
1
Agu 24
|
1775 | ||
|
1
Agu 24
|
2020 |
Hello,
Yes it's possible but you need to add some custom field or add some methods based on your workflow requirements.
Thanks.