Budgets Management

account_budget
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/account_budget
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Richard Mathot, qdp-odoo, GitHub, Yannick Tivisse, Martin Geubelle, Odoo Online
WEBSITE
WEBSITEhttps://www.odoo.com/page/accounting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows accountants to manage analytic and crossovered budgets.
==========================================================================

Once the Budgets are defined (in Invoicing/Budgets/Budgets), the Project Managers
can set the planned amount on each Analytic Account.

The accountant has the possibility to see the total of amount planned for each
Budget in order to ensure the total planned is not greater/lower than what he
planned for this Budget. Each list of record can also be switched to a graphical
view of it.

Three reports are available:
----------------------------
    1. The first is available from a list of Budgets. It gives the spreading, for
       these Budgets, of the Analytic Accounts.

    2. The second is a summary of the previous one, it only gives the spreading,
       for the selected Budgets, of the Analytic Accounts.

    3. The last one is available from the Analytic Chart of Accounts. It gives
       the spreading, for the selected Analytic Accounts of Budgets.

Code Analysis

Views touched (12)
XML IDNameModelTypeStatus
crossovered_budget_view_form crossovered.budget.view.form crossovered.budget form New
crossovered_budget_view_tree crossovered.budget.view.tree crossovered.budget tree New
res_config_settings_view_form res.config.settings.view.form.inherit.account.budget res.config.settings div Inherits account.res_config_settings_view_form
view_account_analytic_account_form_inherit_budget account.analytic.account.form.inherit.budget account.analytic.account xpath Inherits analytic.view_account_analytic_account_form
view_budget_post_form account.budget.post.form account.budget.post form New
view_budget_post_search account.budget.post.search account.budget.post search New
view_budget_post_tree account.budget.post.tree account.budget.post tree New
view_crossovered_budget_kanban crossovered.budget.kanban crossovered.budget kanban New
view_crossovered_budget_line_form crossovered.budget.line.form crossovered.budget.lines form New
view_crossovered_budget_line_search account.budget.line.search crossovered.budget.lines search New
view_crossovered_budget_line_tree crossovered.budget.line.tree crossovered.budget.lines tree New
view_crossovered_budget_search crossovered.budget.search crossovered.budget search New
Models touched (4)

New fields (1)
  • crossovered_budget_line One2many → crossovered.budget.lines
    args: 'crossovered.budget.lines', 'analytic_account_id', 'Budget Lines'
Public methods (0)

No public methods.

New fields (4)
  • account_ids Many2many → account.account
    domain=[('deprecated', '=', False)] args: 'account.account', 'account_budget_rel', 'budget_id', 'account_id', 'Accounts'
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • crossovered_budget_line One2many → crossovered.budget.lines
    args: 'crossovered.budget.lines', 'general_budget_id', 'Budget Lines'
  • name Char
    required=True args: 'Name'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

New fields (7)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • creating_user_id Many2one → res.users
    default=<expr> args: 'res.users', 'Responsible'
  • crossovered_budget_line One2many → crossovered.budget.lines
    copy=True states={'done': [('readonly', True)]} args: 'crossovered.budget.lines', 'crossovered_budget_id', 'Budget Lines'
  • date_from Date
    required=True states={'done': [('readonly', True)]} args: 'Start Date'
  • date_to Date
    required=True states={'done': [('readonly', True)]} args: 'End Date'
  • name Char
    required=True states={'done': [('readonly', True)]} args: 'Budget Name'
  • state Selection
    copy=False default='draft' index=True readonly=True required=True track_visibility='always' args: [('draft', 'Draft'), ('cancel', 'Cancelled'), ('confirm', 'Confirmed'), ('validate', 'Validated'), ('done', 'Done')], 'Status'
Public methods (5)
  • action_budget_cancel(self)
    @api.multi
  • action_budget_confirm(self)
    @api.multi
  • action_budget_done(self)
    @api.multi
  • action_budget_draft(self)
    @api.multi
  • action_budget_validate(self)
    @api.multi

New fields (11)
  • analytic_account_id Many2one → account.analytic.account
    args: 'account.analytic.account', 'Analytic Account'
  • company_id Many2one → res.company
    comodel_name='res.company' readonly=True related='crossovered_budget_id.company_id' store=True string='Company'
  • crossovered_budget_id Many2one → crossovered.budget
    index=True ondelete='cascade' required=True args: 'crossovered.budget', 'Budget'
  • date_from Date
    required=True args: 'Start Date'
  • date_to Date
    required=True args: 'End Date'
  • general_budget_id Many2one → account.budget.post
    required=True args: 'account.budget.post', 'Budgetary Position'
  • paid_date Date
    args: 'Paid Date'
  • percentage Float
    compute='_compute_percentage' string='Achievement'
  • planned_amount Float
    digits=0 required=True args: 'Planned Amount'
  • practical_amount Float
    compute='_compute_practical_amount' digits=0 string='Practical Amount'
  • theoritical_amount Float
    compute='_compute_theoritical_amount' digits=0 string='Theoretical Amount'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/account_budget
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, Nicolas Martinelli, Julien Legros, qdp-odoo, Yannick Tivisse
WEBSITE
WEBSITEhttps://www.odoo.com/page/accounting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows accountants to manage analytic and crossovered budgets.
==========================================================================

Once the Budgets are defined (in Invoicing/Budgets/Budgets), the Project Managers
can set the planned amount on each Analytic Account.

The accountant has the possibility to see the total of amount planned for each
Budget in order to ensure the total planned is not greater/lower than what he
planned for this Budget. Each list of record can also be switched to a graphical
view of it.

Three reports are available:
----------------------------
    1. The first is available from a list of Budgets. It gives the spreading, for
       these Budgets, of the Analytic Accounts.

    2. The second is a summary of the previous one, it only gives the spreading,
       for the selected Budgets, of the Analytic Accounts.

    3. The last one is available from the Analytic Chart of Accounts. It gives
       the spreading, for the selected Analytic Accounts of Budgets.

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
crossovered_budget_view_form crossovered.budget.view.form crossovered.budget form New
crossovered_budget_view_tree crossovered.budget.view.tree crossovered.budget tree New
view_account_analytic_account_form_inherit_budget account.analytic.account.form.inherit.budget account.analytic.account xpath Inherits analytic.view_account_analytic_account_form
view_budget_post_form account.budget.post.form account.budget.post form New
view_budget_post_search account.budget.post.search account.budget.post search New
view_budget_post_tree account.budget.post.tree account.budget.post tree New
view_crossovered_budget_line_form crossovered.budget.line.form crossovered.budget.lines form New
view_crossovered_budget_line_search account.budget.line.search crossovered.budget.lines search New
view_crossovered_budget_line_tree crossovered.budget.line.tree crossovered.budget.lines tree New
view_crossovered_budget_search crossovered.budget.search crossovered.budget search New
Models touched (4)

New fields (1)
  • crossovered_budget_line One2many → crossovered.budget.lines
    args: 'crossovered.budget.lines', 'analytic_account_id', 'Budget Lines'
Public methods (0)

No public methods.

New fields (4)
  • account_ids Many2many → account.account
    domain=[('deprecated', '=', False)] args: 'account.account', 'account_budget_rel', 'budget_id', 'account_id', 'Accounts'
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • crossovered_budget_line One2many → crossovered.budget.lines
    args: 'crossovered.budget.lines', 'general_budget_id', 'Budget Lines'
  • name Char
    required=True args: 'Name'
Public methods (0)

No public methods.

New fields (7)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • creating_user_id Many2one → res.users
    default=<expr> args: 'res.users', 'Responsible'
  • crossovered_budget_line One2many → crossovered.budget.lines
    copy=True states={'done': [('readonly', True)]} args: 'crossovered.budget.lines', 'crossovered_budget_id', 'Budget Lines'
  • date_from Date
    required=True states={'done': [('readonly', True)]} args: 'Start Date'
  • date_to Date
    required=True states={'done': [('readonly', True)]} args: 'End Date'
  • name Char
    required=True states={'done': [('readonly', True)]} args: 'Budget Name'
  • state Selection
    copy=False default='draft' index=True readonly=True required=True track_visibility='always' args: [('draft', 'Draft'), ('cancel', 'Cancelled'), ('confirm', 'Confirmed'), ('validate', 'Validated'), ('done', 'Done')], 'Status'
Public methods (5)
  • action_budget_cancel(self)
    @api.multi
  • action_budget_confirm(self)
    @api.multi
  • action_budget_done(self)
    @api.multi
  • action_budget_draft(self)
    @api.multi
  • action_budget_validate(self)
    @api.multi

New fields (11)
  • analytic_account_id Many2one → account.analytic.account
    args: 'account.analytic.account', 'Analytic Account'
  • company_id Many2one → res.company
    comodel_name='res.company' readonly=True related='crossovered_budget_id.company_id' store=True string='Company'
  • crossovered_budget_id Many2one → crossovered.budget
    index=True ondelete='cascade' required=True args: 'crossovered.budget', 'Budget'
  • date_from Date
    required=True args: 'Start Date'
  • date_to Date
    required=True args: 'End Date'
  • general_budget_id Many2one → account.budget.post
    required=True args: 'account.budget.post', 'Budgetary Position'
  • paid_date Date
    args: 'Paid Date'
  • percentage Float
    compute='_compute_percentage' string='Achievement'
  • planned_amount Float
    digits=0 required=True args: 'Planned Amount'
  • practical_amount Float
    compute='_compute_practical_amount' digits=0 string='Practical Amount'
  • theoritical_amount Float
    compute='_compute_theoritical_amount' digits=0 string='Theoretical Amount'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/account_budget
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Thibault Delavallée, Josse Colpaert, Denis Ledoux, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Richard Mathot, qdp-odoo, Aaron Bohy, Jeremy Kersten, pvy, Yannick Tivisse
WEBSITE
WEBSITEhttps://www.odoo.com/page/accounting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows accountants to manage analytic and crossovered budgets.
==========================================================================

Once the Budgets are defined (in Invoicing/Budgets/Budgets), the Project Managers 
can set the planned amount on each Analytic Account.

The accountant has the possibility to see the total of amount planned for each
Budget in order to ensure the total planned is not greater/lower than what he 
planned for this Budget. Each list of record can also be switched to a graphical 
view of it.

Three reports are available:
----------------------------
    1. The first is available from a list of Budgets. It gives the spreading, for 
       these Budgets, of the Analytic Accounts.

    2. The second is a summary of the previous one, it only gives the spreading, 
       for the selected Budgets, of the Analytic Accounts.

    3. The last one is available from the Analytic Chart of Accounts. It gives 
       the spreading, for the selected Analytic Accounts of Budgets.

Code Analysis

Views touched (17)
XML IDNameModelTypeStatus
account_budget_analytic_view account.budget.analytic.form account.budget.analytic form New
account_budget_crossvered_report_view account.budget.crossvered.report.form account.budget.crossvered.report form New
account_budget_crossvered_summary_report_view account.budget.crossvered.summary.report.form account.budget.crossvered.summary.report form New
account_budget_report_view account.budget.report.form account.budget.report form New
crossovered_budget_view_form crossovered.budget.view.form crossovered.budget form New
crossovered_budget_view_tree crossovered.budget.view.tree crossovered.budget tree New
report_analyticaccountbudget report_analyticaccountbudget ir.ui.view qweb New
report_budget report_budget ir.ui.view qweb New
report_crossoveredbudget report_crossoveredbudget ir.ui.view qweb New
view_account_analytic_account_form_inherit_budget account.analytic.account.form.inherit.budget account.analytic.account notebook Inherits analytic.view_account_analytic_account_form
view_budget_post_form account.budget.post.form account.budget.post form New
view_budget_post_search account.budget.post.search account.budget.post search New
view_budget_post_tree account.budget.post.tree account.budget.post tree New
view_crossovered_budget_line_form crossovered.budget.line.form crossovered.budget.lines form New
view_crossovered_budget_line_search account.budget.line.search crossovered.budget.lines search New
view_crossovered_budget_line_tree crossovered.budget.line.tree crossovered.budget.lines tree New
view_crossovered_budget_search crossovered.budget.search crossovered.budget search New
Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/account_budget
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Fabien Meghazi, Christophe Simonis, Simon Lejeune, Romain Deheele, Richard Mathot, Aaron Bohy, Lucas Perais (lpe)
WEBSITE
WEBSITEhttps://www.odoo.com/page/accounting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows accountants to manage analytic and crossovered budgets.
==========================================================================

Once the Budgets are defined (in Invoicing/Budgets/Budgets), the Project Managers 
can set the planned amount on each Analytic Account.

The accountant has the possibility to see the total of amount planned for each
Budget in order to ensure the total planned is not greater/lower than what he 
planned for this Budget. Each list of record can also be switched to a graphical 
view of it.

Three reports are available:
----------------------------
    1. The first is available from a list of Budgets. It gives the spreading, for 
       these Budgets, of the Analytic Accounts.

    2. The second is a summary of the previous one, it only gives the spreading, 
       for the selected Budgets, of the Analytic Accounts.

    3. The last one is available from the Analytic Chart of Accounts. It gives 
       the spreading, for the selected Analytic Accounts of Budgets.

Code Analysis

Views touched (17)
XML IDNameModelTypeStatus
account_budget_analytic_view account.budget.analytic.form account.budget.analytic form New
account_budget_crossvered_report_view account.budget.crossvered.report.form account.budget.crossvered.report form New
account_budget_crossvered_summary_report_view account.budget.crossvered.summary.report.form account.budget.crossvered.summary.report form New
account_budget_report_view account.budget.report.form account.budget.report form New
crossovered_budget_view_form crossovered.budget.view.form crossovered.budget form New
crossovered_budget_view_tree crossovered.budget.view.tree crossovered.budget tree New
report_analyticaccountbudget report_analyticaccountbudget ir.ui.view qweb New
report_budget report_budget ir.ui.view qweb New
report_crossoveredbudget report_crossoveredbudget ir.ui.view qweb New
view_account_analytic_account_form_inherit_budget account.analytic.account.form.inherit.budget account.analytic.account notebook Inherits analytic.view_account_analytic_account_form
view_budget_post_form account.budget.post.form.inherit account.budget.post form New
view_budget_post_search account.budget.post.search account.budget.post search New
view_budget_post_tree account.budget.post.tree account.budget.post tree New
view_crossovered_budget_line_form crossovered.budget.line.form crossovered.budget.lines form New
view_crossovered_budget_line_search account.budget.line.search crossovered.budget.lines search New
view_crossovered_budget_line_tree crossovered.budget.line.tree crossovered.budget.lines tree New
view_crossovered_budget_search crossovered.budget.search crossovered.budget search New
Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/account_budget
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Jagdish Panchal (Open ERP), Twinkle Christian (OpenERP), Cecile Tonglet, Atul Patel (OpenERP), Randhir Mayatra (OpenERP), Odoo Translation Bot, Turkesh Patel (Open ERP), Numerigraphe - Lionel Sausin, Harry (OpenERP), Antonin Bourguignon, ajay javiya (OpenERP), Martin Trigaux, Ajay Chauhan (OpenERP), Purnendu Singh (OpenERP), Fabien Pinckaers, Bharat Devnani (OpenERP), Olivier Dony, Rajesh Prajapati (OpenERP), Twinkle (OpenERP), Divyesh Makwana (Open ERP), Vo Minh Thu, Hardik, pso (OpenERP), Amit Patel (OpenERP), Launchpad Translations on behalf of openerp, vta vta@openerp.com, Quentin (OpenERP), Denis Ledoux, Mayur Maheshwari (OpenERP), Jigar Amin - OpenERP, Sanjay Gohel (Open ERP), Alexis de Lattre, help, Christophe Simonis, Ravi Gohil (OpenERP), Dharti Ratani (OpenERP), Amit Patel, Ravish (Open ERP), Sandy Carter
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows accountants to manage analytic and crossovered budgets.
==========================================================================

Once the Budgets are defined (in Invoicing/Budgets/Budgets), the Project Managers 
can set the planned amount on each Analytic Account.

The accountant has the possibility to see the total of amount planned for each
Budget in order to ensure the total planned is not greater/lower than what he 
planned for this Budget. Each list of record can also be switched to a graphical 
view of it.

Three reports are available:
----------------------------
    1. The first is available from a list of Budgets. It gives the spreading, for 
       these Budgets, of the Analytic Accounts.

    2. The second is a summary of the previous one, it only gives the spreading, 
       for the selected Budgets, of the Analytic Accounts.

    3. The last one is available from the Analytic Chart of Accounts. It gives 
       the spreading, for the selected Analytic Accounts of Budgets.

Code Analysis

Views touched (14)
XML IDNameModelTypeStatus
account_budget_analytic_view account.budget.analytic.form account.budget.analytic form New
account_budget_crossvered_report_view account.budget.crossvered.report.form account.budget.crossvered.report form New
account_budget_crossvered_summary_report_view account.budget.crossvered.summary.report.form account.budget.crossvered.summary.report form New
account_budget_report_view account.budget.report.form account.budget.report form New
crossovered_budget_view_form crossovered.budget.view.form crossovered.budget form New
crossovered_budget_view_tree crossovered.budget.view.tree crossovered.budget tree New
view_account_analytic_account_form_inherit_budget account.analytic.account.form.inherit.budget account.analytic.account notebook Inherits analytic.view_account_analytic_account_form
view_budget_post_form account.budget.post.form.inherit account.budget.post form New
view_budget_post_search account.budget.post.search account.budget.post search New
view_budget_post_tree account.budget.post.tree account.budget.post tree New
view_crossovered_budget_line_form crossovered.budget.line.form crossovered.budget.lines form New
view_crossovered_budget_line_search account.budget.line.search crossovered.budget.lines search New
view_crossovered_budget_line_tree crossovered.budget.line.tree crossovered.budget.lines tree New
view_crossovered_budget_search crossovered.budget.search crossovered.budget search New
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/account_budget
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Rucha (Open ERP), Stephane Wirtel, Harry (OpenERP), Fabien Pinckaers, Olivier Dony, Divyesh Makwana (Open ERP), Vo Minh Thu, Launchpad Translations on behalf of openerp, vro, niv-openerp, Xavier ALT, Ujjvala Collins (OpenERP), Xavier Morel, Chris Biersbach, Thibault Francois, Carlos Vásquez, Els Van Vossel, Israel Fermin Montilla, Hardik Ansodariy (OpenERP), rch-openerp, ARA (OpenERP), fp, AMP (OpenERP), Dhara (OpenERP)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows accountants to manage analytic and crossovered budgets.
==========================================================================

Once the Master Budgets and the Budgets are defined (in Accounting/Budgets/),
the Project Managers can set the planned amount on each Analytic Account.

The accountant has the possibility to see the total of amount planned for each
Budget and Master Budget in order to ensure the total planned is not
greater/lower than what he planned for this Budget/Master Budget. Each list of
record can also be switched to a graphical view of it.

Three reports are available:
    1. The first is available from a list of Budgets. It gives the spreading, for these Budgets, of the Analytic Accounts per Master Budgets.

    2. The second is a summary of the previous one, it only gives the spreading, for the selected Budgets, of the Analytic Accounts.

    3. The last one is available from the Analytic Chart of Accounts. It gives the spreading, for the selected Analytic Accounts, of the Master Budgets per Budgets.

Code Analysis

Views touched (13)
XML IDNameModelTypeStatus
account_budget_analytic_view account.budget.analytic.form account.budget.analytic form New
account_budget_crossvered_report_view account.budget.crossvered.report.form account.budget.crossvered.report form New
account_budget_crossvered_summary_report_view account.budget.crossvered.summary.report.form account.budget.crossvered.summary.report form New
account_budget_report_view account.budget.report.form account.budget.report form New
crossovered_budget_view_form crossovered.budget.view.form crossovered.budget form New
crossovered_budget_view_tree crossovered.budget.view.tree crossovered.budget tree New
view_account_analytic_account_form_inherit_budget account.analytic.account.form.inherot.budget account.analytic.account notebook Inherits account.view_account_analytic_account_form
view_budget_post_form account.budget.post.form.inherit account.budget.post form New
view_budget_post_search account.budget.post.search account.budget.post search New
view_budget_post_tree account.budget.post.tree account.budget.post tree New
view_crossovered_budget_line_form crossovered.budget.line.form crossovered.budget.lines form New
view_crossovered_budget_line_tree crossovered.budget.line.tree crossovered.budget.lines tree New
view_crossovered_budget_search crossovered.budget.search crossovered.budget search New
Models touched (0)

No models found for this module.