Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
8213 Vizualizări

Is it possible to display many2one field in kanban view?

Imagine profil
Abandonează
Cel mai bun răspuns

Hello,

I have added many2many field in kanban view of Leads (crm.lead). The same way we can add many2one field.

Try this. 

<xpath expr="/kanban/templates/t[@t-name='kanban-box']/div/div[@class='oe_kanban_content']/div[@style='padding-left: 0.5em']" position="after">

    <div>

        <field name="categ_ids"/>

    </div>

 </xpath>


Hope this will help you.

Thanks,

Imagine profil
Abandonează
Autor

Thanks chandni this works fine. I thought that i ask for one2many is there a way to access each record and display it in kanabn view.I try this

but it returns me only the id of the record.
Related Posts Răspunsuri Vizualizări Activitate
1
oct. 21
2192
0
feb. 21
2774
0
mar. 15
4965
2
feb. 25
5912
1
ian. 25
1745