Journal Ledger Cumulated Balance

account_move_line_cumulated_balance
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/13.0/account_move_line_cumulated_balance
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccount
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, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Cesar Andres Sanchez
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:13
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 (2)
XML IDNameModelTypeStatus
view_move_line_tree_grouped_general account.move.line.tree.grouped.misc account.move.line xpath Inherits account.view_move_line_tree_grouped_general
view_move_line_tree_grouped_partner account.move.line.tree.grouped.partner account.move.line xpath Inherits account.view_move_line_tree_grouped_partner
Models touched (1)

New fields (2)
  • cumulated_balance Monetary
    compute='_compute_cumulated_balance' currency_field='company_currency_id' help='Cumulated balance depending on the domain and the order chosen in the view.' store=False string='Cumulated Balance'
  • cumulated_balance_currency Monetary
    compute='_compute_cumulated_balance' currency_field='currency_id' help='Cumulated balance in currency depending on the domain and the order chosen in the view.' store=False string='Cumulated Balance in Currency'
Public methods (1)
  • search_read(self, domain=None, fields=None, offset=0, limit=None, order=None)
    @api.model