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.

59 lines
2.0 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Account Bank Statement Import
  4. =============================
  5. CAUTION: this module was renamed in the 9.0 branch to avoid conflicts with the
  6. upstream account_bank_statement_import module added in odoo 9. Exercise caution
  7. when porting.
  8. This module add a generic wizard to import Bank Statements. It also extend
  9. the bank account module to sanitize the account number and extend the search
  10. method to use this field when searching on account_number.
  11. The module has been initiated by a backport of the new framework developed
  12. by Odoo for V9 at its early stage. It's no more kept in sync with the V9 since
  13. it has reach a stage where maintaining a pure backport of 9.0 in 8.0 is not
  14. feasible anymore
  15. Known issues / Roadmap
  16. ======================
  17. * None
  18. Bug Tracker
  19. ===========
  20. Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-statement-import/issues>`_.
  21. In case of trouble, please check there if your issue has already been reported.
  22. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  23. `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**>`_.
  24. Credits
  25. =======
  26. Contributors
  27. ------------
  28. * Odoo SA
  29. * Pedro M. Baeza <pedro.baeza@gmail.com>
  30. * Alexis de Lattre <alexis@via.ecp.fr>
  31. * Laurent Mignon <laurent.mignon@acsone.eu>
  32. * Ronald Portier <rportier@therp.nl>
  33. Maintainer
  34. ----------
  35. .. image:: https://odoo-community.org/logo.png
  36. :alt: Odoo Community Association
  37. :target: https://odoo-community.org
  38. This module is maintained by the OCA.
  39. OCA, or the Odoo Community Association, is a nonprofit organization whose
  40. mission is to support the collaborative development of Odoo features and
  41. promote its widespread use.
  42. To contribute to this module, please visit http://odoo-community.org.