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

i want to inherit pivot view in contacts module after activity view

아바타
취소
베스트 답변

Hi HeGo,

Please deploy the following code inside a custom xml file,


name="name">res.partner.pivot
name="model">res.partner
name="arch" type="xml">
string="Partner Pivot" sample="1">
name="date" type="row"/>
name="credit_limit" type="measure"/>
name="country_id"/>
                // add the fields that you want show in pivot view



id="base.action_partner_form" model="ir.actions.act_window">
name="view_mode">kanban,tree,form,activity,pivot

id="res_partner_action_contacts_view_pivot" model="ir.actions.act_window.view">
name="sequence" eval="3"/>
name="view_mode">pivot
name="view_id" ref="res_partner_view_pivot"/>
name="act_window_id" ref="contacts.action_contacts"/>
아바타
취소
관련 게시물 답글 화면 활동
1
5월 25
1567
1
3월 25
1693
MERGING CONTACTS 해결 완료
1
2월 25
4282
Use of external id 해결 완료
2
2월 25
3275
2
2월 25
2409