Skip to Content
Menú
This question has been flagged
1 Respondre
1912 Vistes

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

Avatar
Descartar
Best Answer

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"/>
Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de maig 25
1592
1
de març 25
1719
1
de febr. 25
4841
2
de febr. 25
3318
2
de febr. 25
2428