Skip to Content
Menu
This question has been flagged
2 Replies
1378 Views

I added an 'Tags' field to our contact form. When filling in information, I made a typo. Where can I find the list of entries that are stored so I can remove the incorrect tag?

Avatar
Discard
Author Best Answer

It's not stored in Contact Tags. It's a tag on a custom field I named "Sector".

Avatar
Discard

what is the type of sector field?

Author

Tags....

Please post the field python code!

Author

Not sure how or where to find that in Odoo.sh

You are using Odoo studio right

The tags field is Many2Many field and once you added it to the form it will ask you to the relation so you have to check the added field by opening the studio in contact form and click on the field to see the properties and then click on More button to see the relation to any table linked.

Author

Creating a custom field of type 'Tags' will cause Odoo to create a model in the background. Add the model as a menu button to see a list of tags, similar to 'Contact Tags'.

Best Answer

You can find the contact tags from contacts app -> Configurations -> Contacts tags.

If you want to remove the tags from multi contacts and keep it from others, you can export the contacts with tags and then modify it and import it again.

Avatar
Discard