Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
8218 Tampilan

Is it possible to display many2one field in kanban view?

Avatar
Buang
Jawaban Terbai

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
Buang
Penulis

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.
Post Terkait Replies Tampilan Aktivitas
1
Okt 21
2193
0
Feb 21
2774
0
Mar 15
4966
2
Feb 25
5914
1
Jan 25
1747