Is it possible to display many2one field in kanban view?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
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
|
2192 | ||
|
0
2月 21
|
2770 | ||
|
0
3月 15
|
4957 | ||
|
2
2月 25
|
5908 | ||
|
1
1月 25
|
1742 |