Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1871 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
kvě 25
1565
1
bře 25
1691
1
úno 25
4095
2
úno 25
3242
2
úno 25
2399