Repository
OCA/account-analytic · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-analytic
Last tracking update
2026-08-07 08:22:57
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-ci, Luis Rodriguez
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
The goal of this module is to restore the Analytic Tags fields (tag_ids)
on the Analytic Account (account.analytic.account) model that was
present until Odoo 11.

It allows to classify analytic accounts according to different
categories.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_analytic_account_tree_inherit_tag account.analytic.account.tree (in account_analytic_account_tag) account.analytic.account tree Inherits analytic.view_account_analytic_account_list
view_account_analytic_account_form account.analytic.account.form (in account_analytic_account_tag) account.analytic.account form Inherits analytic.view_account_analytic_account_form
view_account_analytic_account_search account.analytic.account.search (in account_analytic_account_tag) account.analytic.account search Inherits analytic.view_account_analytic_account_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • tag_ids Many2many → account.analytic.tag
    copy=True string='Tags' args: 'account.analytic.tag', 'account_analytic_account_tag_rel', 'account_id', 'tag_id'
Public methods (0)

No public methods.

Loading…