콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
372 화면

Hello,

I'm working with Odoo 18 enterprise and have installed the partner_multi_relation module from the OCA repository. This module allows flexible management of relationships between contacts and adds a smart button called "Relations" in the contact form view, which opens a view listing those relations.

What I would like to do is to extend or customize this behavior so that the relationships are displayed in a notebook tab directly within the contact form, instead of relying solely on the smart button.

I'm planning to create a custom module to achieve this. Could anyone guide me on how to do this or point me to a similar existing implementation? Any example or suggestions on how to extend the contact form view to include this relationship list would be greatly appreciated.

Thanks in advance for your help!


Repository of partner_multi_relation: https://github.com/OCA/partner-contact/tree/6f4caf2ae929a7b976ec594b98bb5eb83c4bd450/partner_multi_relation

아바타
취소
작성자 베스트 답변

Thanks for the links! They were helpful to understand how to add notebook tabs in the contact form.

I’ve successfully added a new tab, but now I’m trying to display the partner relationships (from the partner_multi_relation module) inside that tab. The challenge I'm facing is how to link the related model (res.partner.relation) to the contact form, since it's a separate model and not directly defined as a One2many in res.partner.

I see that the relationships use left_partner_id and right_partner_id, but I'm not sure how to show them in the tab contextually for each contact.

Do I need to define a computed One2many field in res.partner to show all related res.partner.relation records for that partner? Or is there a recommended way to inherit the view and filter only the relevant relations?

Any guidance or example would be really appreciated!

아바타
취소
베스트 답변

Hi,


Refer to the following.


- https://www.youtube.com/watch?v=MAfHxynsQPI


For more information - https://www.youtube.com/watch?v=lQRajGzEpWs


Hope it helps

아바타
취소
관련 게시물 답글 화면 활동
1
7월 25
1441
3
11월 24
5065
3
11월 23
7989
1
4월 23
2867
1
8월 25
258