Repository
OCA/account-analytic · module folder · Try on Runboat
Module version
1.0.1
Category
Account
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-analytic
Last tracking update
2026-08-07 09:06:24
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, eduezerouali-tecnativa, cristina-hidalgo-tecnativa
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_reconcile_analytic_tag, contract_analytic_tag, hr_expense_analytic_tag, hr_timesheet_employee_analytic_tag, sale_analytic_tag
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 form Inherits account.view_move_form
res_config_settings_view_form res.config.settings.view.form.inherit.account_analytic_tag res.config.settings form Inherits account.res_config_settings_view_form
view_account_analytic_line_form account.analytic.line.form.inherit.tags account.analytic.line form Inherits analytic.view_account_analytic_line_form
view_account_analytic_line_tree_inherit_tags account.analytic.line.tree.inherit.tags account.analytic.line tree Inherits analytic.view_account_analytic_line_tree
view_move_line_tree account.move.line.tree account.move.line tree Inherits account.view_move_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…

Loading…