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
回覆
197
瀏覽次數
You must use the proper widget. (widget="many2many_tags")
In Studio:

In the list view:

Where will I put this code?