Repository
OCA/account-analytic · module folder · Try on Runboat
Module version
1.0.0
Category
Analytic Accounting
Folder size
0.05 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), Bernat Obrador, Miquel Pascual
Maintainers
Odoo Community Association (OCA), Bernat Obrador, Miquel Pascual
Committers
Weblate, OCA-git-bot, oca-ci, Sara Zambrano
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a new field on the partner. This organization field is
also added on the account analytic line and account move line so you can
filter and group by it.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
view_account_analytic_line_search_inherit account.analytic.line.search.inherit account.analytic.line search Inherits analytic.view_account_analytic_line_filter
view_account_analytic_line_tree_inherit account.analytic.line.tree.inherit account.analytic.line tree Inherits analytic.view_account_analytic_line_tree
view_account_analytic_organization_tree account.analytic.organization.tree account.analytic.organization list New
view_account_move_line_search_inherit account.move.line.search.inherit account.move.line search Inherits account.view_account_move_line_filter
view_account_move_line_tree_inherit account.move.line.tree.inherit account.move.line tree Inherits account.view_move_line_tree
view_partner_form_inherit res.partner.form.inherit res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • analytic_org Char
    related='partner_id.analytic_org_id.name' store=True string='Analytic Organization'
Public methods (0)

No public methods.

New fields (2)
  • company_id Many2one → res.company
    default=<expr> string='Company' args: 'res.company'
  • name Char
    required=True
Public methods (0)

No public methods.

New fields (1)
  • analytic_org Char
    related='partner_id.analytic_org_id.name' store=True string='Analytic Organization'
Public methods (0)

No public methods.

New fields (1)
  • analytic_org_id Many2one → account.analytic.organization
    domain=<expr> string='Analytic Organization' args: 'account.analytic.organization'
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
109 days ago
Last activity
109 days ago
Repository
OCA/account-analytic
Pull request
[19.0][MIG] account_analytic_organization: Migration to 19.0 (#909)