Skip to Content
Menú
This question has been flagged
1 Respondre
8134 Vistes

Is it possible to display many2one field in kanban view?

Avatar
Descartar
Best Answer

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,

Avatar
Descartar
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 Respostes Vistes Activitat
1
d’oct. 21
2132
0
de febr. 21
2658
0
de març 15
4851
2
de febr. 25
5707
1
de gen. 25
1602