Account Analytic Tag

account_analytic_tag
REPOSITORY
REPOSITORYOCA/account-analytic
GIT
GIThttps://github.com/OCA/account-analytic.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-analytic/tree/19.0/account_analytic_tag
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, eduezerouali-tecnativa, cristina-hidalgo-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/account-analytic
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module restores the *account analytic tags* as a method for
categorizing analytic entries, selectable from the invoices, and
transferred to them on publishing.

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
account_analytic_tag_form_view account.analytic.tag.form account.analytic.tag form New
account_analytic_tag_tree_view account.analytic.tag.tree account.analytic.tag list New
account_analytic_tag_view_search account.analytic.tag.view.search account.analytic.tag search New
account_move_analytic_tag_ids_form account.move.tag_ids.form.inherit account.move xpath Inherits account.view_move_form
res_config_settings_view_form res.config.settings.view.form.inherit.account_analytic_tag res.config.settings xpath Inherits account.res_config_settings_view_form
view_account_analytic_line_form account.analytic.line.form.inherit.tags account.analytic.line field Inherits analytic.view_account_analytic_line_form
view_account_analytic_line_tree_inherit_tags account.analytic.line.tree.inherit.tags account.analytic.line field Inherits analytic.view_account_analytic_line_tree
view_move_line_tree account.move.line.tree account.move.line field Inherits account.view_move_line_tree
Models touched (5)

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

No public methods.

New fields (5)
  • account_analytic_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' help='Without analytical account: This label will be set for all the analytical items generated.\n With analytical account: This label will be set only to the analytical items that have the same analytical account.' string='Analytic Account filter'
  • active Boolean
    default=True help='Set active to false to hide the Analytic Tag without removing it.'
  • color Integer
    args: 'Color Index'
  • company_id Many2one → res.company
    string='Company' args: 'res.company'
  • name Char
    index=True required=True string='Analytic Tag'
Public methods (0)

No public methods.

New fields (1)
  • analytic_tag_ids Many2many → account.analytic.tag
    comodel_name='account.analytic.tag' string='Analytic Tags'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • group_analytic_tags Boolean
    implied_group='account_analytic_tag.group_analytic_tags' string='Analytic Tags'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-analytic
GIT
GIThttps://github.com/OCA/account-analytic.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-analytic/tree/18.0/account_analytic_tag
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci, mpascual, eduezerouali-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/account-analytic
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module restores the *account analytic tags* as a method for
categorizing analytic entries, selectable from the invoices, and
transferred to them on publishing.

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
account_analytic_tag_form_view account.analytic.tag.form account.analytic.tag form New
account_analytic_tag_tree_view account.analytic.tag.tree account.analytic.tag list New
account_analytic_tag_view_search account.analytic.tag.view.search account.analytic.tag search New
account_move_analytic_tag_ids_form account.move.tag_ids.form.inherit account.move xpath Inherits account.view_move_form
res_config_settings_view_form res.config.settings.view.form.inherit.account_analytic_tag res.config.settings xpath Inherits account.res_config_settings_view_form
view_account_analytic_line_form account.analytic.line.form.inherit.tags account.analytic.line field Inherits analytic.view_account_analytic_line_form
view_account_analytic_line_tree_inherit_tags account.analytic.line.tree.inherit.tags account.analytic.line field Inherits analytic.view_account_analytic_line_tree
view_move_line_tree account.move.line.tree account.move.line field Inherits account.view_move_line_tree
Models touched (5)

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

No public methods.

New fields (5)
  • account_analytic_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' help='Without analytical account: This label will be set for all the analytical items generated.\n With analytical account: This label will be set only to the analytical items that have the same analytical account.' string='Analytic Account filter'
  • active Boolean
    default=True help='Set active to false to hide the Analytic Tag without removing it.'
  • color Integer
    args: 'Color Index'
  • company_id Many2one → res.company
    string='Company' args: 'res.company'
  • name Char
    index=True required=True string='Analytic Tag'
Public methods (0)

No public methods.

New fields (1)
  • analytic_tag_ids Many2many → account.analytic.tag
    comodel_name='account.analytic.tag' string='Analytic Tags'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • group_analytic_tags Boolean
    implied_group='account_analytic_tag.group_analytic_tags' string='Analytic Tags'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-analytic
GIT
GIThttps://github.com/OCA/account-analytic.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-analytic/tree/17.0/account_analytic_tag
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Rocío Vega
WEBSITE
WEBSITEhttps://github.com/OCA/account-analytic
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module restores the *account analytic tags* as a method for
categorizing analytic entries, selectable from the invoices, and
transferred to them on publishing.

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
account_analytic_tag_form_view account.analytic.tag.form account.analytic.tag form New
account_analytic_tag_tree_view account.analytic.tag.tree account.analytic.tag tree New
account_analytic_tag_view_search account.analytic.tag.view.search account.analytic.tag search New
account_move_analytic_tag_ids_form account.move.tag_ids.form.inherit account.move xpath Inherits account.view_move_form
res_config_settings_view_form res.config.settings.view.form.inherit.account_analytic_tag res.config.settings xpath Inherits account.res_config_settings_view_form
view_account_analytic_line_form account.analytic.line.form.inherit.tags account.analytic.line field Inherits analytic.view_account_analytic_line_form
view_account_analytic_line_tree_inherit_tags account.analytic.line.tree.inherit.tags account.analytic.line field Inherits analytic.view_account_analytic_line_tree
view_move_line_tree account.move.line.tree account.move.line field Inherits account.view_move_line_tree
Models touched (4)

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

No public methods.

New fields (5)
  • account_analytic_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' help='Without analytical account: This label will be set for all the analytical items generated.\n With analytical account: This label will be set only to the analytical items that have the same analytical account.' string='Analytic Account filter'
  • active Boolean
    default=True help='Set active to false to hide the Analytic Tag without removing it.'
  • color Integer
    args: 'Color Index'
  • company_id Many2one → res.company
    string='Company' args: 'res.company'
  • name Char
    index=True required=True string='Analytic Tag'
Public methods (0)

No public methods.

New fields (1)
  • analytic_tag_ids Many2many → account.analytic.tag
    comodel_name='account.analytic.tag' string='Analytic Tags'
Public methods (0)

No public methods.

New fields (1)
  • group_analytic_tags Boolean
    implied_group='account_analytic_tag.group_analytic_tags' string='Analytic Tags'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-analytic
GIT
GIThttps://github.com/OCA/account-analytic.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-analytic/tree/16.0/account_analytic_tag
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-analytic
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
account_analytic_tag_form_view account.analytic.tag.form account.analytic.tag form New
account_analytic_tag_tree_view account.analytic.tag.tree account.analytic.tag tree New
account_analytic_tag_view_search account.analytic.tag.view.search account.analytic.tag search New
account_move_analytic_tag_ids_form account.move.tag_ids.form.inherit account.move xpath Inherits account.view_move_form
res_config_settings_view_form res.config.settings.view.form.inherit.account_analytic_tag res.config.settings xpath Inherits account.res_config_settings_view_form
view_account_analytic_line_form account.analytic.line.form.inherit.tags account.analytic.line field Inherits analytic.view_account_analytic_line_form
view_account_analytic_line_tree_inherit_tags account.analytic.line.tree.inherit.tags account.analytic.line field Inherits analytic.view_account_analytic_line_tree
view_move_line_tree account.move.line.tree account.move.line field Inherits account.view_move_line_tree
Models touched (4)

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

No public methods.

New fields (5)
  • account_analytic_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' help='Without analytical account: This label will be set for all the analytical items generated.\n With analytical account: This label will be set only to the analytical items that have the same analytical account.' string='Analytic Account filter'
  • active Boolean
    default=True help='Set active to false to hide the Analytic Tag without removing it.'
  • color Integer
    args: 'Color Index'
  • company_id Many2one → res.company
    string='Company' args: 'res.company'
  • name Char
    index=True required=True string='Analytic Tag'
Public methods (0)

No public methods.

New fields (1)
  • analytic_tag_ids Many2many → account.analytic.tag
    comodel_name='account.analytic.tag' string='Analytic Tags'
Public methods (0)

No public methods.

New fields (1)
  • group_analytic_tags Boolean
    implied_group='account_analytic_tag.group_analytic_tags' string='Analytic Tags'
Public methods (0)

No public methods.