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.

49 lines
1.6 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Bank Statement Parse
  4. ====================
  5. This module makes it easy to write parsers for bank statement files, by
  6. providing common functionality. The module is especially usefull for
  7. converting the parsers written for previous versions of OpenERp / Odoo.
  8. Known issues / Roadmap
  9. ======================
  10. * None
  11. Bug Tracker
  12. ===========
  13. Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-statement-import/issues>`_.
  14. In case of trouble, please check there if your issue has already been reported.
  15. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  16. `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**>`_.
  17. Credits
  18. =======
  19. Contributors
  20. ------------
  21. * Stefan Rijnhart <srijnhart@therp.nl>
  22. * Ronald Portier <rportier@therp.nl>
  23. Maintainer
  24. ----------
  25. .. image:: https://odoo-community.org/logo.png
  26. :alt: Odoo Community Association
  27. :target: https://odoo-community.org
  28. This module is maintained by the OCA.
  29. OCA, or the Odoo Community Association, is a nonprofit organization whose
  30. mission is to support the collaborative development of Odoo features and
  31. promote its widespread use.
  32. To contribute to this module, please visit http://odoo-community.org.
  33. This module should make it easy to migrate bank statement import
  34. modules written for earlies versions of Odoo/OpenERP.