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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
It's not stored in Contact Tags. It's a tag on a custom field I named "Sector".
what is the type of sector field?
Tags....
Please post the field python code!
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.
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'.
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up