콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8452 화면

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.
관련 게시물 답글 화면 활동
1
10월 21
2364
0
2월 21
3050
0
3월 15
5180
3
9월 25
1775
2
2월 25
6264