TIP: You can type at any time to perform a new search.
Groups for accounts
account_group · OCA/account-financial-tools
- 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
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → account.groupcomodel_name='account.group'string='Group'
-
onchange_code(self)@api.onchange('code')
New fields (1)
-
group_idMany2one → account.groupcomodel_name='account.group'string='Group'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (7)
-
account_idsOne2many → account.accountcomodel_name='account.account'help='Assigned accounts.'inverse_name='group_id'string='Accounts' -
code_prefixChar -
levelIntegercompute='_compute_level'store=True -
nameCharrequired=True -
parent_idMany2one → account.groupcomodel_name='account.group'index=Trueondelete='cascade'string='Parent' -
parent_leftIntegerindex=Truestring='Left Parent' -
parent_rightIntegerindex=Truestring='Right Parent'
-
name_get(self) -
name_search(self, name='', args=None, operator='ilike', limit=100)@api.model