Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.0
Category
Project Management
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/project
Last tracking update
2026-08-07 08:42:45
Authors
Odoo Community Association (OCA), Patrick Wilson
Maintainers
Odoo Community Association (OCA), Patrick Wilson
Committers
Weblate, Mathieu Benoit, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module integrates the OCA Account Budget with Project.

Budgets can be created and viewed directly from the project without the
need for additional accounting access.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
project_account_budget_inherit_form project.account.budget.inherit.form crossovered.budget form Inherits account_budget_oca.crossovered_budget_view_form
project_budget_inherit_form project.budget.inherit.form project.project form Inherits project.edit_project
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    string='Default Analytic Account' args: 'account.analytic.account'
  • project_id Many2one → project.project
    string='Project' args: 'project.project'
Public methods (0)

No public methods.

New fields (3)
  • budget_id Many2one → crossovered.budget
    string='Budget' args: 'crossovered.budget'
  • budget_id_lines One2many
    related='budget_id.crossovered_budget_line_ids' string='Budget Lines'
  • budget_state Selection
    related='budget_id.state' string='Budget Status'
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
24 days ago
Last activity
24 days ago
Repository
OCA/project
Pull request
[19.0] [MIG] project_budget : Migration to 19.0 (#1779)