This question has been flagged
1 Reply
5393 Views

Odoo v9 replaces hierarchical charts of accounts with tagged accounts. Tags are stored in model account.account.tag. I can assign tags to accounts.accounts to categorize them.

How can I edit an existing tag?

How can I assign tags when I import a chart of accounts?

Avatar
Discard
Best Answer

Hi Nicholas,

When I first saw this field on Enterprise edition my question was the same. I spoke with few odoo representative last year in odoo open days they all said it is only possible through database csv import. 

The situation is still the same they haven't added any user interface view to add accounts tags through front end.

There are two approaches

  1.  Create your own module to add a account.account.tag view

  2. Import tags through database


Avatar
Discard