Journal Item Drilldown

account_move_line_drilldown
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/12.0/account_move_line_drilldown
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Opener B.V.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Opener B.V.
COMMITTERS
COMMITTERSStefan Rijnhart, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 (1)
XML IDNameModelTypeStatus
view_account_move_line_filter account.move.line filter Inherits account.view_account_move_line_filter
Models touched (3)

New fields (2)
  • root_group_id Many2one → account.group
    comodel_name='account.group' compute='_compute_account_groups' index=True store=True string='Root Group'
  • sub_group_id Many2one → account.group
    comodel_name='account.group' compute='_compute_account_groups' index=True store=True string='Sub Group'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • account_root_group_id Many2one → account.group
    comodel_name='account.group' index=True readonly=True related='account_id.root_group_id' store=True string='Account Root Group'
  • account_sub_group_id Many2one → account.group
    comodel_name='account.group' index=True readonly=True related='account_id.sub_group_id' store=True string='Account Sub Group'
Public methods (0)

No public methods.