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.

66 lines
1.8 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. =========================
  4. Import OFX Bank Statement
  5. =========================
  6. This module adds support for the import of bank statements in `OFX format <https://en.wikipedia.org/wiki/Open_Financial_Exchange>`_.
  7. Bank Statements may be generated containing a subset of the OFX information (only those transaction lines that are required for the
  8. creation of the Financial Accounting records).
  9. Installation
  10. ============
  11. The module requires one additional python lib:
  12. * `ofxparse <http://pypi.python.org/pypi/ofxparse>`_
  13. Usage
  14. =====
  15. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  16. :alt: Try me on Runbot
  17. :target: https://runbot.odoo-community.org/runbot/174/11.0
  18. Known issues / Roadmap
  19. ======================
  20. * None
  21. Bug Tracker
  22. ===========
  23. Bugs are tracked on `GitHub Issues
  24. <https://github.com/OCA/bank-statement-import/issues>`_. In case of trouble, please
  25. check there if your issue has already been reported. If you spotted it first,
  26. help us smashing it by providing a detailed and welcomed feedback.
  27. Credits
  28. =======
  29. Contributors
  30. ------------
  31. * Odoo SA
  32. * Alexis de Lattre <alexis@via.ecp.fr>
  33. * Laurent Mignon <laurent.mignon@acsone.eu>
  34. * Ronald Portier <rportier@therp.nl>
  35. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  36. * Nicolas JEUDY <https://github.com/njeudy>
  37. Maintainer
  38. ----------
  39. .. image:: https://odoo-community.org/logo.png
  40. :alt: Odoo Community Association
  41. :target: https://odoo-community.org
  42. This module is maintained by the OCA.
  43. OCA, or the Odoo Community Association, is a nonprofit organization whose
  44. mission is to support the collaborative development of Odoo features and
  45. promote its widespread use.
  46. To contribute to this module, please visit https://odoo-community.org.