You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.7 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Bank Statement MT940
  4. ====================
  5. This module provides a generic parser for MT940 files. Given that MT940 is a
  6. non-open non-standard of pure evil in the way that every bank cooks up its own
  7. interpretation of it, this addon alone won't help you much. It is rather
  8. intended to be used by other addons to implement the dialect specific to a
  9. certain bank.
  10. See bank_statement_parse_nl_ing_mt940 for an example on how to use it.
  11. Known issues / Roadmap
  12. ======================
  13. * None
  14. Bug Tracker
  15. ===========
  16. Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-statement-import/issues>`_.
  17. In case of trouble, please check there if your issue has already been reported.
  18. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  19. `here <https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_bank_statement_import%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  20. Credits
  21. =======
  22. Contributors
  23. ------------
  24. * Stefan Rijnhart <srijnhart@therp.nl>
  25. * Ronald Portier <rportier@therp.nl>
  26. Maintainer
  27. ----------
  28. .. image:: https://odoo-community.org/logo.png
  29. :alt: Odoo Community Association
  30. :target: https://odoo-community.org
  31. This module is maintained by the OCA.
  32. OCA, or the Odoo Community Association, is a nonprofit organization whose
  33. mission is to support the collaborative development of Odoo features and
  34. promote its widespread use.
  35. To contribute to this module, please visit http://odoo-community.org.
  36. This module should make it easy to migrate bank statement import
  37. modules written for earlies versions of Odoo/OpenERP.