Repository
OCA/account-analytic · module folder · Try on Runboat
Module version
1.0.0
Category
Account
Folder size
0.3 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-analytic
Last tracking update
2026-08-07 08:42:52
Authors
Odoo Community Association (OCA), Miquel Alzanillas (APSL-Nagarro)
Maintainers
Odoo Community Association (OCA), Miquel Alzanillas (APSL-Nagarro)
Committers
Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module distributes the amount of the accounting entry among all the analytical accounts that share the same analytical tag. This module is particularly useful for managing costs in projects, departments, or any other analytic dimensions.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
account_analytic_account_spread_tree_view account.analytic.account.spread.tree account.analytic.account tree Inherits analytic.view_account_analytic_account_list
account_analytic_acount_spread_form_view account.analytic.account.spread.form account.analytic.account form Inherits analytic.view_account_analytic_account_form
account_analytic_tag_spread_form_view account.analytic.tag.spread.form account.analytic.tag form Inherits account_analytic_tag.account_analytic_tag_form_view
account_analytic_tag_spread_search_view account.analytic.tag.spread.search account.analytic.tag search Inherits account_analytic_tag.account_analytic_tag_view_search
account_analytic_tag_spread_tree_view account.analytic.tag.spread.tree account.analytic.tag tree Inherits account_analytic_tag.account_analytic_tag_tree_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • mapped_analytic_tag_ids Many2many → account.analytic.tag
    comodel_name='account.analytic.tag'
Public methods (0)

No public methods.

New fields (3)
  • spread_filter_analytic_account_ids Many2many → account.analytic.account
    comodel_name='account.analytic.account' relation='account_analytic_tag_account_filter_rel' string='Analytic Accounts'
  • spread_filter_operation Selection
    selection=[('include', 'Include'), ('exclude', 'Exclude')] string='Operation'
  • to_spread Boolean
    help='If enabled, the move line amounts using this tag will be spread across all the analytic accounts that use this same tag.' string='Spread analytic amounts'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…