Repository
OCA/account-budgeting · module folder · Try on Runboat
Module version
1.1.0
Category
Accounting
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-budgeting
Last tracking update
2026-08-07 07:32:01
Authors
Odoo Community Association (OCA), AvanzOSC
Maintainers
Odoo Community Association (OCA), AvanzOSC
Committers
Weblate, OCA Transbot, OCA-git-bot, oca-travis, Eduardo Aparicio
Odoo dependencies
OCA/account-budgeting:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
account_config_settings_form_view res.config.settings form Inherits account.res_config_settings_view_form
crossovered_budget_form_view crossovered.budget form Inherits account_budget_oca.crossovered_budget_view_form
crossovered_budget_template_form_view crossovered.budget.template form New
crossovered_budget_template_search_view crossovered.budget.template search New
crossovered_budget_template_tree_view crossovered.budget.template tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • budget_tmpl_id Many2one → crossovered.budget.template
    comodel_name='crossovered.budget.template' default=_default_budget_tmpl_id string='Template'
Public methods (2)
  • action_create_period(self)
  • button_compute_lines(self)
    @api.multi

New fields (3)
  • budget_post_ids Many2many → account.budget.post
    column1='post_id' column2='tmpl_id' comodel_name='account.budget.post' relation='rel_template_budget_post' string='Budgetary Positions'
  • name Char
    required=True string='Name'
  • periodicity Selection
    default='monthly' selection=[('monthly', 'Monthly'), ('quaterly', 'Quarterly'), ('sixmonthly', 'Six-monthly'), ('yearly', 'Yearly')] string='Periodicity'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

New fields (1)
  • budget_templ_id Many2one → crossovered.budget.template
    comodel_name='crossovered.budget.template' default=_default_budget_template string='Default Budget Template'
Public methods (2)
  • get_values(self)
    @api.model
  • set_values(self)
    @api.multi

Loading…