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
회신
190
화면
You must use the proper widget. (widget="many2many_tags")
In Studio:

In the list view:

Where will I put this code?