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.

74 lines
2.2 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 the *Account Journal* configuration.
  23. #. Select the right date format for qif file import.
  24. #. Go to *Accounting* dashboard.
  25. #. Click on *Import statement* from any of the bank journals.
  26. #. Select a QIF file.
  27. #. Press *Import*.
  28. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  29. :alt: Try me on Runbot
  30. :target: https://runbot.odoo-community.org/runbot/174/9.0
  31. Bug Tracker
  32. ===========
  33. Bugs are tracked on
  34. `GitHub Issues <https://github.com/OCA/bank-statement-import/issues>`_.
  35. In case of trouble, please check there if your issue has already been reported.
  36. If you spotted it first, help us smashing it by providing a detailed and
  37. welcomed feedback.
  38. Credits
  39. =======
  40. Contributors
  41. ------------
  42. * Odoo SA
  43. * Alexis de Lattre <alexis@via.ecp.fr>
  44. * Laurent Mignon <laurent.mignon@acsone.eu>
  45. * Ronald Portier <rportier@therp.nl>
  46. * Pedro M. Baeza <pedro.baeza@tecnativa.com>
  47. Maintainer
  48. ----------
  49. .. image:: https://odoo-community.org/logo.png
  50. :alt: Odoo Community Association
  51. :target: https://odoo-community.org
  52. This module is maintained by the OCA.
  53. OCA, or the Odoo Community Association, is a nonprofit organization whose
  54. mission is to support the collaborative development of Odoo features and
  55. promote its widespread use.
  56. To contribute to this module, please visit https://odoo-community.org.