Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
8229 Представления

Is it possible to display many2one field in kanban view?

Аватар
Отменить
Лучший ответ

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,

Аватар
Отменить
Автор

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 Ответы Просмотры Активность
1
окт. 21
2202
0
февр. 21
2780
0
мар. 15
5012
2
февр. 25
5946
1
янв. 25
1756