Bank statement CODA import

account_statement_coda_import
REPOSITORY
REPOSITORYOCA/l10n-belgium
GIT
GIThttps://github.com/OCA/l10n-belgium.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-belgium/tree/7.0/account_statement_coda_import
VERSION
VERSION 1.0
CATEGORY
CATEGORYFinance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSACSONE SA/NV
COMMITTERS
COMMITTERSStéphane Bidoul, Alexandre Fayolle, Laurent Mignon (ACSONE), Stéphane Bidoul (ACSONE), moylop260, Laurent Mignon, Laurent Mignon (aka lmi)
WEBSITE
WEBSITEhttp://www.acsone.eu
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-reconcile:
    - account_statement_base_import
    - account_statement_ext
    - account_statement_base_completion
    - account_statement_bankaccount_completion
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
    - report_webkit
    - account_voucher
    - account_report_company
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES coda
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Bank statement CODA import
==========================

This module brings generic methods and fields on bank statement to deal with
the importation of coded statement of account from electronic files. **CODA**

This is an alternative to the official l10n_be_coda that leverages the advanced
bank statement completion framework of the bank-statement-reconcile
OCA project (https://github.com/OCA/bank-statement-reconcile)

This module allows you to import your bank transactions with a standard
**CODA** file (you'll find samples in the 'data' folder). It respects the
chosen profile (model provided by the account_statement_ext module) to
generate the entries.

 .. important::
   The module requires the python library
   `pycoda <https://pypi.python.org/pypi/pycoda>`_
 

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (2)
  • prepare_statement_vals(self, cr, uid, profile_id, result_row_list, parser, context=None)
    Hook to build the values of the statement from the parser and the profile.
  • validate_statement(self, cr, uid, profile_id, parser, context=None)