Account Move Total By Account Internal Group

account_move_total_by_account_internal_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/19.0/account_move_total_by_account_internal_group
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSAaronHForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, JasminSForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:46
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Displays the total balance by account internal group in the journal
entries. This could be necesssary in some context. For example, when
looking at the stock journal entries we would like to see the total
assets, as long as we would like to see the assets increasing when there
is a debit in the inventory account and deceasing when the inventory is
decreased. The standard field amount_total_signed does not serve, as it
shows this as a positive value in this case.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_move_user_type_tree account.move.user.type.tree account.move field Inherits account.view_move_tree
Models touched (2)

New fields (6)
  • amount_total_signed_account_internal_group_asset Monetary
    compute='_compute_amount_total_signed_account_internal_group'
  • amount_total_signed_account_internal_group_equity Monetary
    compute='_compute_amount_total_signed_account_internal_group'
  • amount_total_signed_account_internal_group_expense Monetary
    compute='_compute_amount_total_signed_account_internal_group'
  • amount_total_signed_account_internal_group_income Monetary
    compute='_compute_amount_total_signed_account_internal_group'
  • amount_total_signed_account_internal_group_liability Monetary
    compute='_compute_amount_total_signed_account_internal_group'
  • amount_total_signed_account_internal_group_off_balance Monetary
    compute='_compute_amount_total_signed_account_internal_group'
Public methods (0)

No public methods.

New fields (1)
  • account_internal_group Selection
    readonly=True related='account_id.internal_group' store=True string='Internal Group'
Public methods (0)

No public methods.

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/15.0/account_move_total_by_account_internal_group
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSAaronHForgeFlow
COMMITTERS
COMMITTERSAaronHForgeFlow, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:34
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_move_user_type_tree account.move.user.type.tree account.move field Inherits account.view_move_tree
Models touched (2)

New fields (6)
  • amount_total_signed_account_internal_group_asset Monetary
    compute='_compute_amount_total_signed_account_internal_group'
  • amount_total_signed_account_internal_group_equity Monetary
    compute='_compute_amount_total_signed_account_internal_group'
  • amount_total_signed_account_internal_group_expense Monetary
    compute='_compute_amount_total_signed_account_internal_group'
  • amount_total_signed_account_internal_group_income Monetary
    compute='_compute_amount_total_signed_account_internal_group'
  • amount_total_signed_account_internal_group_liability Monetary
    compute='_compute_amount_total_signed_account_internal_group'
  • amount_total_signed_account_internal_group_off_balance Monetary
    compute='_compute_amount_total_signed_account_internal_group'
Public methods (0)

No public methods.

New fields (1)
  • account_internal_group Selection
    readonly=True related='account_id.user_type_id.internal_group' store=True string='Internal Group'
Public methods (0)

No public methods.