Account Budget Template

account_budget_template
REPOSITORY
REPOSITORYOCA/account-budgeting
GIT
GIThttps://github.com/OCA/account-budgeting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-budgeting/tree/12.0/account_budget_template
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Eduardo Aparicio
WEBSITE
WEBSITEhttps://github.com/OCA/account-budgeting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-budgeting:
    - account_budget_oca
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
account_config_settings_form_view res.config.settings div Inherits account.res_config_settings_view_form
crossovered_budget_form_view crossovered.budget header 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
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
REPOSITORY
REPOSITORYOCA/account-budgeting
GIT
GIThttps://github.com/OCA/account-budgeting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-budgeting/tree/11.0/account_budget_template
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSDavid Alonso, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-budgeting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_budget
    - 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

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
account_config_settings_form_view res.config.settings div Inherits account.res_config_settings_view_form
crossovered_budget_form_view crossovered.budget header Inherits account_budget.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
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', 'Quaterly'), ('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