Loïc Faure-Lacroix f462023706 [11.0 BUGFIX] Pass bytes to Ofxparse
The ofx files have the correct charset inside their headers and
trying to convert the file to StringIO using a particular encoding
is subject to failures when the file isn't exactly an ascii file.

For example a file encoded with CP1252 with accents on letters like
é or è will not be parser as utf-8 and will fail to load.

Also since OfxParse is supposed to receive a file handle, it is
correctly reading the file header and choosing the appropriate charset
to read the rest of the file. For this reason, pass the bytes as a
ByteIO that doesn't care about the encoding.
2023-03-24 12:07:20 +01:00
2023-03-23 12:52:56 +00:00
2022-10-03 19:49:20 +02:00
2022-10-03 19:49:20 +02:00
2022-10-03 19:49:20 +02:00
2022-10-03 19:49:20 +02:00
2022-10-03 19:49:20 +02:00
2022-10-03 19:49:20 +02:00
2022-10-03 19:49:20 +02:00
2022-10-03 19:49:20 +02:00
2022-10-03 19:49:20 +02:00
2023-03-23 12:52:55 +00:00

Runboat Pre-commit Status Build Status codecov Translation Status

OCA bank statement import modules for Odoo

This repository hosts additionnal parsers and import features for bank statements.

Available addons

addon version maintainers summary
account_statement_import_base 16.0.1.0.0 alexis-via Base module for Bank Statement Import
account_statement_import_file 16.0.1.0.0 alexis-via Import Statement Files

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Description
Bank Import Addons
Readme 17 MiB
Languages
Python 62.8%
HTML 36.9%
JavaScript 0.2%
Gherkin 0.1%