Repository
OCA/account-reconcile · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-reconcile
Last tracking update
2026-08-07 08:43:01
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Provides tools to facilitate reconciliation.

- Display a button on Journal Items to show reconciled lines.
- Added Balance field in Journal Items (this feature is provided by
  account_balance_line).

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_move_line_tree_view account.move.line.tree (in account_move_reconcile_helper) account.move.line tree Inherits account.view_move_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • reconcile_line_ids One2many → account.move.line
    comodel_name='account.move.line' compute='_compute_reconciled_lines' string='Reconciled lines'
Public methods (1)
  • open_full_reconcile_view(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
216 days ago
Last activity
27 days ago
Repository
OCA/account-reconcile
Pull request
[19.0][MIG] account_move_reconcile_helper (#947)