I have two tags:
Size (Tag1)
Type (Tag2)
I want to concatenate two two tags in one field but I am having an error. Here's my code:
for record in self:
record['x_studio_container_type_and_size'] = str(record.x_studio_tag_ids) + ' ' + str(record.x_studio_container_type)