Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.1.0
Category
Accounting
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 07:17:46
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Pedro M. Baeza, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_financial_report_qweb, l10n_es_account_group
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_account_form account.account form Inherits account.view_account_form
view_account_group_form account.group.form account.group form New
view_account_group_search account.group.search account.group search New
view_account_group_tree account.group.tree account.group tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • group_id Many2one → account.group
    comodel_name='account.group' string='Group'
Public methods (1)
  • onchange_code(self)
    @api.onchange('code')

New fields (1)
  • group_id Many2one → account.group
    comodel_name='account.group' string='Group'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (7)
  • account_ids One2many → account.account
    comodel_name='account.account' help='Assigned accounts.' inverse_name='group_id' string='Accounts'
  • code_prefix Char
  • level Integer
    compute='_compute_level' store=True
  • name Char
    required=True
  • parent_id Many2one → account.group
    comodel_name='account.group' index=True ondelete='cascade' string='Parent'
  • parent_left Integer
    index=True string='Left Parent'
  • parent_right Integer
    index=True string='Right Parent'
Public methods (2)
  • name_get(self)
  • name_search(self, name='', args=None, operator='ilike', limit=100)
    @api.model