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:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- プロジェクト
- MRP
この質問にフラグが付けられました
1
返信
188
ビュー
You must use the proper widget. (widget="many2many_tags")
In Studio:

In the list view:

Where will I put this code?