Hello everyone,
I am using Odoo 12 and lately I am unable to post images nor code on the forum and for this reason I will not be able to post them here but anyway I hope you can help me solve my problem.
I have a model with a many2many relation to the "res.users" model shown on my form view as "many2many_tags".
When I fill data on my model, I only get the number of records for the related many2many field and not the value for the "name" field and thus, when I put this field on my list view, I can only get the number of records and not the "name" value for the records.
For this reason, I want to collect the "name" field value from the "res.users" related model and pass them to a new character field automatically and use this field to show the desired names on my tree view. Since this is a many2many relation, I want to be able to "collect" all users selected from the form view on the "res.users" related field.
How can I achieve that? Any idea on how can I do that?
Thank you very much in advance
Best regards
Paulo