Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1877 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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"/>
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 5 25
1565
1
thg 3 25
1692
MERGING CONTACTS Đã xử lý
1
thg 2 25
4114
Use of external id Đã xử lý
2
thg 2 25
3244
2
thg 2 25
2401