This question has been flagged
2 Replies
14750 Views

Hi,
I was trying to include a one2many field in a tree view. But when I tried, the field shows the number of records in that field. So I used widget='on2many_list' and widget='many2many_tags', both of them shows the ids of the records. What I need is to show is  the name of the records. Is there any solutions for this.

Thanks in advance

Avatar
Discard
Best Answer

Hiii Linto,

In odoo 10 ,if you add one2many field in tree view and assign widget="manymany_tags" than you can show name of the record.
I have attached an image as example:

Avatar
Discard

thanks a lot , it works , but the widget name is ""many2many_tags" not manymany_tags.

Once again thank u

Best Answer

Thanks

Avatar
Discard