Project and analytic account integration

account_analytic_project
REPOSITORY
REPOSITORYOCA/account-analytic
GIT
GIThttps://github.com/OCA/account-analytic.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-analytic/tree/8.0/account_analytic_project
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGeneric Modules/Accounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), Ronald Portier (Therp BV), OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://therp.nl
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
    - project
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_analytic_account_form account.analytic.account.form.add_project_button account.analytic.account div Inherits analytic.view_account_analytic_account_form
Models touched (1)

New fields (1)
  • project_ids One2many → project.project
    string='Projects' args: 'project.project', 'analytic_account_id'
Public methods (2)
  • create_project_for_account(self)
    @api.multi
    Create a project for an already existing analytic account.
  • view_projects_for_account(self)
    @api.multi
    View list or form for project(s) related to analytic account.
REPOSITORY
REPOSITORYOCA/account-analytic
GIT
GIThttps://github.com/OCA/account-analytic.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-analytic/tree/6.1/account_analytic_project
VERSION
VERSION 1.0
CATEGORY
CATEGORYGeneric Modules/Accounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTherp BV
MAINTAINERS
MAINTAINERSTherp BV
COMMITTERS
COMMITTERSGitHub, Ronald Portier (Therp BV)
WEBSITE
WEBSITEhttp://therp.nl
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - project
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Project and analytic account integration.

Gives the option to create projects directly from the analytic accounts they
should be linked to.

Without this module, if you first create an analytic account and later on you
decide to have a project as well for this account, the situation is very
difficult to rectify.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_analytic_account_form account.analytic.account.form.add_project_button account.analytic.account data Inherits account.view_account_analytic_account_form
Models touched (1)

New fields (0)

No new fields.

Public methods (2)
  • create_project_for_account(self, cr, uid, ids, context=None)
    Create a project for an already existing analytic account.
  • view_projects_for_account(self, cr, uid, ids, context=None)
    View list or form for project(s) related to analytic account.