This question has been flagged
1 Reply
6122 Views

I'd like to be able to see all Account Tags in Odoo - to create them, rename them, delete them and look at the ID and XML ID for them.

Avatar
Discard
Author Best Answer

1. Activate Developer Mode:



2. Settings --> Technical --> Database Structure --> Models


3. Search for account.account.tag:



4. Open it, scroll to the bottom and click CREATE A MENU.


5. Name the menu and give it a parent:



6. Refresh your browser (F5).


7. Accounting --> Configuration --> Account Tag - to list, create and delete tags (select and chose DELETE from the ACTION menu if they are no longer associated with an account).



8. To customize this view to show ID, from the bottom of the screen select View and Edit Tree View:



9. Revisit the menu, and you will now see:


10.  To see the XML ID of each tag, click a line to open the tag in Form View.  From here you can EDIT and rename the Tag.



11. From the View menu at the bottom, select View Metadata to see the XML ID of the Tag.  Note that Tags entered via the User Interface won't have XML ID's until they have been exported.



Avatar
Discard