Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.1
Category
Account
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 07:38:24
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Pedro M. Baeza, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Cesar Andres Sanchez
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_move_line_tree_grouped_general account.move.line.tree.grouped.misc account.move.line tree Inherits account.view_move_line_tree_grouped_general
view_move_line_tree_grouped_partner account.move.line.tree.grouped.partner account.move.line tree Inherits account.view_move_line_tree_grouped_partner
HTTP endpoints (0)

No HTTP endpoints found for this module.

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