Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 09:06:24
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
AaronHForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, JasminSForgeFlow
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 tree Inherits account.view_move_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…