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.
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.
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
1
dez. 24
|
4111 | |||
|
CRM - kanban order
Resolvido
|
1
mar. 24
|
4162 | ||
|
2
jun. 21
|
8397 | |||
|
1
set. 25
|
1687 | |||
|
2
jun. 25
|
3012 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.