I created Many2Many field related to the partner tag in the invoices and displayed it in the invoices List view, but odoo displayed (2 records) label not the tag values.
How to display the field values in List view
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- 项目
- MRP
此问题已终结
1
回复
214
查看
You must use the proper widget. (widget="many2many_tags")
In Studio:

In the list view:

Where will I put this code?