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.

55 lines
1.5 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ====================
  5. Bank Statement MT940
  6. ====================
  7. This module provides a generic parser for MT940 files. Given that MT940 is a
  8. non-open non-standard of pure evil in the way that every bank cooks up its own
  9. interpretation of it, this addon alone won't help you much. It is rather
  10. intended to be used by other addons to implement the dialect specific to a
  11. certain bank.
  12. See account_bank_statement_import_mt940_nl_ing for an example on how to use it.
  13. Known issues / Roadmap
  14. ======================
  15. * None
  16. Bug Tracker
  17. ===========
  18. Bugs are tracked on `GitHub Issues
  19. <https://github.com/OCA/bank-statement-import/issues>`_. In case of trouble, please
  20. check there if your issue has already been reported. If you spotted it first,
  21. help us smash it by providing detailed and welcomed feedback.
  22. Credits
  23. =======
  24. Contributors
  25. ------------
  26. * Stefan Rijnhart <srijnhart@therp.nl>
  27. * Ronald Portier <rportier@therp.nl>
  28. * Andrea Stirpe <a.stirpe@onestein.nl>
  29. * Fekete Mihai <mihai.fekete@forbiom.eu>
  30. Maintainer
  31. ----------
  32. .. image:: https://odoo-community.org/logo.png
  33. :alt: Odoo Community Association
  34. :target: https://odoo-community.org
  35. This module is maintained by the OCA.
  36. OCA, or the Odoo Community Association, is a nonprofit organization whose
  37. mission is to support the collaborative development of Odoo features and
  38. promote its widespread use.
  39. To contribute to this module, please visit https://odoo-community.org.