v 10.0 v 11.0 v 12.0 Third Party 348
Download for v 12.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Lines of code 253
Technical Name account_bank_statement_import_camt_oca
LicenseAGPL-3
Websitehttps://github.com/OCA/bank-statement-import
Versions 10.0 13.0 11.0 12.0
You bought this module and need support? Click here!

CAMT Format Bank Statements Import

Beta License: AGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

Module to import SEPA CAMT.053 and CAMT.054 Format bank statement files.

Table of contents

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Therp BV

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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.

This module is part of the OCA/bank-statement-import project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
KeyError: 'date
by
Christopher
on 3/12/20, 7:24 AM

Error: Odoo Server Error Traceback (most recent call last): File "/home/cybrosys/odoo/odoo/http.py", line 656, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/home/cybrosys/odoo/odoo/http.py", line 314, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/home/cybrosys/odoo/odoo/tools/pycompat.py", line 87, in reraise raise value File "/home/cybrosys/odoo/odoo/http.py", line 698, in dispatch result = self._call_function(**self.params) File "/home/cybrosys/odoo/odoo/http.py", line 346, in _call_function return checked_call(self.db, *args, **kwargs) File "/home/cybrosys/odoo/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/home/cybrosys/odoo/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/home/cybrosys/odoo/odoo/http.py", line 941, in __call__ return self.method(*args, **kw) File "/home/cybrosys/odoo/odoo/http.py", line 519, in response_wrap response = f(*args, **kw) File "/home/cybrosys/odoo/addons/web/controllers/main.py", line 966, in call_button action = self._call_kw(model, method, args, {}) File "/home/cybrosys/odoo/addons/web/controllers/main.py", line 954, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/home/cybrosys/odoo/odoo/api.py", line 759, in call_kw return _call_kw_multi(method, model, args, kwargs) File "/home/cybrosys/odoo/odoo/api.py", line 746, in _call_kw_multi result = method(recs, *args, **kwargs) File "/home/cybrosys/odoo/addons/account_bank_statement_import/account_bank_statement_import.py", line 37, in import_file currency_code, account_number, stmts_vals = self.with_context(active_id=self.ids[0])._parse_file(base64.b64decode(self.data_file)) File "/home/cybrosys/odoo/mario/account_bank_statement_import_camt_oca/models/account_bank_statement_import.py", line 20, in _parse_file return parser.parse(data_file) File "/home/cybrosys/odoo/mario/account_bank_statement_import_camt_oca/models/parser.py", line 249, in parse statement = self.parse_statement(ns, node) File "/home/cybrosys/odoo/mario/account_bank_statement_import_camt_oca/models/parser.py", line 202, in parse_statement reverse=True File "/home/cybrosys/odoo/mario/account_bank_statement_import_camt_oca/models/parser.py", line 201, in key=lambda x: x['date'], KeyError: 'date'


KeyError: 'date
by
Christopher
on 3/12/20, 7:24 AM

Error: Odoo Server Error Traceback (most recent call last): File "/home/cybrosys/odoo/odoo/http.py", line 656, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/home/cybrosys/odoo/odoo/http.py", line 314, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/home/cybrosys/odoo/odoo/tools/pycompat.py", line 87, in reraise raise value File "/home/cybrosys/odoo/odoo/http.py", line 698, in dispatch result = self._call_function(**self.params) File "/home/cybrosys/odoo/odoo/http.py", line 346, in _call_function return checked_call(self.db, *args, **kwargs) File "/home/cybrosys/odoo/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/home/cybrosys/odoo/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/home/cybrosys/odoo/odoo/http.py", line 941, in __call__ return self.method(*args, **kw) File "/home/cybrosys/odoo/odoo/http.py", line 519, in response_wrap response = f(*args, **kw) File "/home/cybrosys/odoo/addons/web/controllers/main.py", line 966, in call_button action = self._call_kw(model, method, args, {}) File "/home/cybrosys/odoo/addons/web/controllers/main.py", line 954, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/home/cybrosys/odoo/odoo/api.py", line 759, in call_kw return _call_kw_multi(method, model, args, kwargs) File "/home/cybrosys/odoo/odoo/api.py", line 746, in _call_kw_multi result = method(recs, *args, **kwargs) File "/home/cybrosys/odoo/addons/account_bank_statement_import/account_bank_statement_import.py", line 37, in import_file currency_code, account_number, stmts_vals = self.with_context(active_id=self.ids[0])._parse_file(base64.b64decode(self.data_file)) File "/home/cybrosys/odoo/mario/account_bank_statement_import_camt_oca/models/account_bank_statement_import.py", line 20, in _parse_file return parser.parse(data_file) File "/home/cybrosys/odoo/mario/account_bank_statement_import_camt_oca/models/parser.py", line 249, in parse statement = self.parse_statement(ns, node) File "/home/cybrosys/odoo/mario/account_bank_statement_import_camt_oca/models/parser.py", line 202, in parse_statement reverse=True File "/home/cybrosys/odoo/mario/account_bank_statement_import_camt_oca/models/parser.py", line 201, in key=lambda x: x['date'], KeyError: 'date'


Great app
by
wilfried sip
on 2/16/20, 11:47 AM

Could you tell me if V13 is also coming? Thank you