TIP: You can type at any time to perform a new search.
Account Move Budget
account_move_budget · OCA/account-financial-tools
- Repository
- OCA/account-financial-tools · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting & Finance
- Folder size
- 0.1 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-financial-tools
- Last tracking update
- 2026-08-07 08:22:58
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Weblate, OCA-git-bot, oca-ci, JasminSForgeFlow
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to define accounting budgets. These budgets can then be used in MIS Builder reports, as an alternate source. The difference between the MIS Builder Budget and this module is that this module defines budgets irrespective of the MIS Builder Template. The budget is thus agnostic of the reporting format. For example, the budgeted data can be used in a general Profit & Loss report and at the same time can be used in a department or project expenses report.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_move_budget_form_view |
account.move.budget.form | account.move.budget | form | New |
account_move_budget_search_view |
account.move.budget.search | account.move.budget | search | New |
account_move_budget_tree_view |
account.move.budget.tree | account.move.budget | tree | New |
view_account_move_budget_line_tree |
Account Move Budget Line tree | account.move.budget.line | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (8)
-
company_idMany2one → res.companycomodel_name='res.company'default=<expr>string='Company' -
date_fromDaterequired=Truestring='From Date'tracking=True -
date_range_idMany2one → date.rangecomodel_name='date.range'string='Date range' -
date_toDaterequired=Truestring='To Date'tracking=True -
descriptionChartracking=True -
line_idsOne2many → account.move.budget.linecomodel_name='account.move.budget.line'copy=Trueinverse_name='budget_id' -
nameCharrequired=Truetracking=True -
stateSelectiondefault='draft'required=Truetracking=True args: [('draft', 'Draft'), ('confirmed', 'Confirmed'), ('cancelled', 'Cancelled')]
-
action_cancel(self) -
action_confirm(self) -
action_draft(self) -
copy(self, default=None)@api.returns('self', <expr>)
New fields (11)
-
account_idMany2one → account.accountdefault=<expr>domain=[('deprecated', '=', False)]index=Trueondelete='cascade'required=Truestring='Account' args: 'account.account' -
analytic_account_idMany2one → account.analytic.accountstring='Analytic Account' args: 'account.analytic.account' -
balanceMonetarycompute='_compute_store_balance'currency_field='company_currency_id'help='Technical field holding the debit - credit in order to open meaningful graph views from reports'store=True -
budget_idMany2one → account.move.budgetcomodel_name='account.move.budget'index=Trueondelete='cascade'required=Truestring='Budget' -
company_currency_idMany2one → res.currencyhelp='Utility field to express amount currency'readonly=Truerelated='company_id.currency_id'store=Truestring='Company Currency' args: 'res.currency' -
company_idMany2one → res.companyreadonly=Truerelated='account_id.company_id'store=Truestring='Company' args: 'res.company' -
creditMonetarycurrency_field='company_currency_id'default=0.0 -
dateDateindex=Truerequired=True -
debitMonetarycurrency_field='company_currency_id'default=0.0 -
nameCharstring='Label' -
partner_idMany2one → res.partnerondelete='restrict'string='Partner' args: 'res.partner'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 120 days ago
- Last activity
- 8 days ago
- Repository
- OCA/account-financial-tools
- Pull request
- [18.0][MIG] account_move_budget: Migration to 18.0 (#2278)
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 176 days ago
- Last activity
- 4 days ago
- Repository
- OCA/account-financial-tools
- Pull request
- [19.0][MIG] account_move_budget (#2236)