Repository
OCA/account-analytic · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules/Accounting
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://therp.nl
Last tracking update
2026-08-07 07:03:06
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Stéphane Bidoul (ACSONE), Ronald Portier (Therp BV), OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
hr_timesheet_no_closed_project_task
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_analytic_account_form account.analytic.account.form.add_project_button account.analytic.account form Inherits analytic.view_account_analytic_account_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…