Prepare accounts before reconciliation

account_reconcile_prepare_account
REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/8.0/account_reconcile_prepare_account
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSHolger Brunn, Pedro M. Baeza, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
assets_backend account_reconcile_prepare_account assets ir.ui.view qweb Inherits web.assets_backend
view_bank_statement_form account.bank.statement xpath Inherits account.view_bank_statement_form
view_bank_statement_form2 account.bank.statement xpath Inherits account.view_bank_statement_form2
Models touched (1)

New fields (2)
  • prepared_account_id Many2one → account.account
    string='Account' args: 'account.account'
  • prepared_analytic_account_id Many2one → account.analytic.account
    string='Analytic account' args: 'account.analytic.account'
Public methods (1)
  • get_statement_line_for_reconciliation(self, st_line)
    @api.model