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.
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
1
gru 24
|
2592 | |||
|
CRM - kanban order
Rozwiązane
|
1
mar 24
|
3066 | ||
|
2
cze 21
|
7189 | |||
|
1
wrz 25
|
639 | |||
|
disable drag and drop on stage column in CRM
Rozwiązane
|
2
cze 25
|
1698 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.