When we add tags within the "settings" of the CRM card, the tag does not appear when viewing the cards in kanban view. Any know the setting or XML to make that happen?
Thank you.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
When we add tags within the "settings" of the CRM card, the tag does not appear when viewing the cards in kanban view. Any know the setting or XML to make that happen?
Thank you.
Hi,
Please refer to the code:
<record id="view_crm_lead_kanban_inherit_tags" model="ir.ui.view">
<field name="name">crm.lead.kanban.tags.inherit</field>
<field name="model">crm.lead</field>
<field name="inherit_id" ref="crm.crm_case_kanban_view_leads"/>
<field name="arch" type="xml">
<xpath expr="//div[@class='o_kanban_primary_bottom']" position="inside">
<div class="o_kanban_tags mt4">
<field name="tag_ids" widget="many2many_tags" options="{'color_field': 'color'}"/>
</div>
</xpath>
</field>
</record>
Hope it helps.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
1
Des 24
|
2616 | |||
|
CRM - kanban order
Diselesaikan
|
1
Mar 24
|
3082 | ||
|
2
Jun 21
|
7199 | |||
|
1
Sep 25
|
662 | |||
|
disable drag and drop on stage column in CRM
Diselesaikan
|
2
Jun 25
|
1727 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.