i want to inherit pivot view in contacts module after activity view
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
1867
Tampilan
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"/>
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Mei 25
|
1563 | ||
|
1
Mar 25
|
1688 | ||
MERGING CONTACTS
Diselesaikan
|
|
1
Feb 25
|
4081 | |
Use of external id
Diselesaikan
|
|
2
Feb 25
|
3226 | |
|
2
Feb 25
|
2397 |
Try refer following app https://apps.odoo.com/apps/modules/16.0/custom_pivot_report/