| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/11.0/account_budget |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Christophe Simonis, Richard Mathot, qdp-odoo, GitHub, Yannick Tivisse, Martin Geubelle, Odoo Online |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/accounting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:53:44 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - decimal_precision - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
crossovered_budget_line
One2many → crossovered.budget.lines
No public methods.
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
name
Char
required=True
args: 'Name'
create(self, vals)
write(self, vals)
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'
action_budget_cancel(self)
action_budget_confirm(self)
action_budget_done(self)
action_budget_draft(self)
action_budget_validate(self)
analytic_account_id
Many2one → 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
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'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/10.0/account_budget |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, Nicolas Martinelli, Julien Legros, qdp-odoo, Yannick Tivisse |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/accounting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:50:49 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
crossovered_budget_line
One2many → crossovered.budget.lines
No public methods.
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
name
Char
required=True
args: 'Name'
No public methods.
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'
action_budget_cancel(self)
action_budget_confirm(self)
action_budget_done(self)
action_budget_draft(self)
action_budget_validate(self)
analytic_account_id
Many2one → 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
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'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/9.0/account_budget |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo 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 | |
| WEBSITE | https://www.odoo.com/page/accounting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:48:31 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/8.0/account_budget |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Raphael 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 | |
| WEBSITE | https://www.odoo.com/page/accounting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:45:40 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/7.0/account_budget |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Raphael 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 | |
| WEBSITE | http://www.openerp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:43:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - process - decimal_precision - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No models found for this module.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/6.1/account_budget |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Raphael 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 | |
| WEBSITE | http://www.openerp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:41:35 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - product - process - decimal_precision - analytic - board - edi - email_template - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No models found for this module.