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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
1
Dec 24
|
2527 | |||
|
CRM - kanban order
Solved
|
1
Mar 24
|
3038 | ||
|
2
Jun 21
|
7149 | |||
|
1
Sep 25
|
565 | |||
|
2
Jun 25
|
1596 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.