Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
1484 มุมมอง

Hi,
I am trying to add a pivot view in contacts, i can't find the correct inherit_id fo it. Any one have done this ? Thanks

อวตาร
ละทิ้ง

Hi, I am trying to do the same. I want to add a pivot view so that i can better analyse my contacts without adding a menuitem or any python code.
How is this possible?

Help much appreciated!
-Friedrich

ผู้เขียน คำตอบที่ดีที่สุด



Thanks for the Answer the above code worked!!

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hello Guhan Dhamodiraswamy


Hope you are doing well.


First, we have to inherit the current action of 'Contact' and add 'pivot' name in that.
Example: 1

// Code in Comment


Also after adding name of view, We have to create pivot view and pass some fields to render.
Example: 2

// Code in Comment

Please reach out to us if any queries.

Thanks & Regards,

Email:   odoo@aktivsoftware.com           

Skype: kalpeshmaheshwari

อวตาร
ละทิ้ง

Example: 1

<record id="contacts.action_contacts" model="ir.actions.act_window">
<field name="view_mode">kanban,tree,form,activity,pivot</field>
</record>

Example: 2

<record id="res_partner_view_pivot" model="ir.ui.view">
<field name="name">res.partner.view.pivot</field>
<field name="model">res.partner</field>
<field name="arch" type="xml">
<pivot string="New Pivot Res partner" sample="1">
<field name="phone" widget="phone"/>
<field name="mobile" widget="phone"/>
<field name="user_ids" invisible="1"/>
</pivot>
</field>
</record>

คำตอบที่ดีที่สุด

Hi,

You can refer to the following module for creating a custom pivot report for any model:

https://apps.odoo.com/apps/modules/17.0/custom_pivot_report


Hope it helps

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
มิ.ย. 21
4065
1
พ.ย. 24
1823
Change the Position of field in Xpath แก้ไขแล้ว
5
ก.ค. 24
93413
1
ธ.ค. 23
3181
1
พ.ค. 22
3882