Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
1874 Переглядів

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"/>
Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
трав. 25
1565
1
бер. 25
1691
MERGING CONTACTS Вирішено
1
лют. 25
4097
Use of external id Вирішено
2
лют. 25
3242
2
лют. 25
2399