Repository
OCA/l10n-belgium · module folder · Try on Runboat
Module version
1.0
Category
Finance
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.acsone.eu
Last tracking update
2026-08-07 06:56:14
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV
Committers
Stéphane Bidoul, Alexandre Fayolle, Laurent Mignon (ACSONE), Stéphane Bidoul (ACSONE), moylop260, Laurent Mignon, Laurent Mignon (aka lmi)
Odoo dependencies
Python dependencies
coda
System dependencies
None
Required by
None
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.

HTTP endpoints (0)

No HTTP endpoints 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)