Skip to Content
Menu
This question has been flagged
1 Reply
3828 Views

Hello


In most Odoo list views the contents of tags are visible. However in Contacts application's list view the tags contents are not visible. Instead of showing the contents only "1 record" is shown. 


Examples:

https://snipboard.io/2r8qh4.jpg

https://snipboard.io/52BNct.jpg
https://snipboard.io/2r8qh4.jpg

Is there any way (apart from creating a custom extension) to display tags contents also in Contacts app?


Avatar
Discard
Best Answer

Hello Ossi, 

You just need to define the widget that you are using in the view, so replace you field on the list view with:

<field name="category_id" widget="many2many_tags"/>

And you should be able to see the tags in the list view.

Thanks, 

Avatar
Discard
Author

How can I replace the field in the view and where to write this line of code? This is a standard view. I've just added the column from three dots menu.

Related Posts Replies Views Activity
1
Oct 23
1620
1
Nov 22
1562
2
Dec 21
6252
1
Aug 21
1871
2
Apr 19
6786