Groups for accounts

account_group
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/10.0/account_group
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_account_form account.account field 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
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