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
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
1877
Lượt xem
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"/>
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 5 25
|
1565 | ||
|
1
thg 3 25
|
1692 | ||
MERGING CONTACTS
Đã xử lý
|
|
1
thg 2 25
|
4114 | |
Use of external id
Đã xử lý
|
|
2
thg 2 25
|
3244 | |
|
2
thg 2 25
|
2401 |
Try refer following app https://apps.odoo.com/apps/modules/16.0/custom_pivot_report/