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.

72 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ==========================
  5. Import QIF bank statements
  6. ==========================
  7. This module allows you to import the machine readable QIF Files in Odoo: they
  8. are parsed and stored in human readable format in
  9. Accounting \ Bank and Cash \ Bank Statements.
  10. Important Note
  11. --------------
  12. Because of the QIF format limitation, we cannot ensure the same transactions
  13. aren't imported several times or handle multicurrency. Whenever possible, you
  14. should use a more appropriate file format like OFX.
  15. The module was initiated as a backport of the new framework developed
  16. by Odoo for V9 at its early stage. As Odoo has relicensed this module as
  17. private inside its Odoo enterprise layer, now this one is maintained from the
  18. original AGPL code.
  19. Usage
  20. =====
  21. To use this module, you need to:
  22. #. Go to *Accounting* dashboard.
  23. #. Click on *Import statement* from any of the bank journals.
  24. #. Select a QIF file.
  25. #. Press *Import*.
  26. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  27. :alt: Try me on Runbot
  28. :target: https://runbot.odoo-community.org/runbot/174/9.0
  29. Bug Tracker
  30. ===========
  31. Bugs are tracked on
  32. `GitHub Issues <https://github.com/OCA/bank-statement-import/issues>`_.
  33. In case of trouble, please check there if your issue has already been reported.
  34. If you spotted it first, help us smashing it by providing a detailed and
  35. welcomed feedback.
  36. Credits
  37. =======
  38. Contributors
  39. ------------
  40. * Odoo SA
  41. * Alexis de Lattre <alexis@via.ecp.fr>
  42. * Laurent Mignon <laurent.mignon@acsone.eu>
  43. * Ronald Portier <rportier@therp.nl>
  44. * Pedro M. Baeza <pedro.baeza@tecnativa.com>
  45. Maintainer
  46. ----------
  47. .. image:: https://odoo-community.org/logo.png
  48. :alt: Odoo Community Association
  49. :target: https://odoo-community.org
  50. This module is maintained by the OCA.
  51. OCA, or the Odoo Community Association, is a nonprofit organization whose
  52. mission is to support the collaborative development of Odoo features and
  53. promote its widespread use.
  54. To contribute to this module, please visit https://odoo-community.org.