Repository
OCA/bank-statement-import · module folder · Try on Runboat
Module version
1.0.0
Category
Banking addons
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-statement-import
Last tracking update
2026-08-07 07:38:25
Authors
Odoo Community Association (OCA), Opener B.V., Vanmoof BV
Maintainers
Odoo Community Association (OCA), Opener B.V., Vanmoof BV
Committers
Ronald Portier (Therp BV), OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_bank_statement_import_adyen
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (5)
  • button_confirm_bank(self)
    When confirming the statement, trigger the reconciliation of the lines on the clearing account (if applicable)
  • button_reopen(self)
    When setting the statement back to draft, unreconcile the reconciliation on the clearing account
  • get_reconcile_clearing_account_lines(self)
    If this statement qualifies for clearing account reconciliation, return the relevant lines to (un)reconcile. This is the case if the default journal account is reconcilable, each statement line has a counterpart line on this account for the full amount and the sum of the counterpart lines is zero.
  • reconcile_clearing_account(self)
    If applicable, reconcile the clearing account lines in case all lines are still unreconciled.
  • unreconcile_clearing_account(self)
    If applicable, unreconcile the clearing account lines if still fully reconciled with each other.