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.

79 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
  3. :alt: License: LGPL-3
  4. ===============================
  5. External Database Source - ODBC
  6. ===============================
  7. This module extends ``base_external_dbsource``, allowing you to connect to
  8. foreign ODBC databases using PyODBC.
  9. Installation
  10. ============
  11. * Install ``unixodbc`` and ``python-pyodbc`` packages
  12. * Install ``base_external_dbsource_sqlite`` Odoo module
  13. Configuration
  14. =============
  15. Database sources can be configured in Settings > Configuration -> Data sources.
  16. Usage
  17. =====
  18. To use this module:
  19. * Go to Settings > Database Structure > Database Sources
  20. * Click on Create to enter the following information:
  21. * Datasource name 
  22. * Pasword
  23. * Connector: Choose the database to which you want to connect
  24. * Connection string: Specify how to connect to database
  25. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  26. :alt: Try me on Runbot
  27. :target: https://runbot.odoo-community.org/runbot/149/10.0 for server-tools
  28. Known issues / Roadmap
  29. ======================
  30. * Add X.509 authentication
  31. Bug Tracker
  32. ===========
  33. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  34. In case of trouble, please check there if your issue has already been reported.
  35. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.
  36. Credits
  37. =======
  38. Contributors
  39. ------------
  40. * Daniel Reis <dreis.pt@hotmail.com>
  41. * Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
  42. * Gervais Naoussi <gervaisnaoussi@gmail.com>
  43. * Dave Lasley <dave@laslabs.com>
  44. Maintainer
  45. ----------
  46. .. image:: https://odoo-community.org/logo.png
  47. :alt: Odoo Community Association
  48. :target: https://odoo-community.org
  49. This module is maintained by the OCA.
  50. OCA, or the Odoo Community Association, is a nonprofit organization whose
  51. mission is to support the collaborative development of Odoo features and
  52. promote its widespread use.
  53. To contribute to this module, please visit http://odoo-community.org.