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.

80 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 - MSSQL
  6. ================================
  7. This module extends ``base_external_dbsource``, allowing you to connect to
  8. foreign MSSQL databases using SQLAlchemy.
  9. Installation
  10. ============
  11. * Install & configure FreeTDS driver (tdsodbc package)
  12. * Install ``sqlalchemy`` and ``pymssql`` python libraries
  13. * Install ``base_external_dbsource_sqlite`` Odoo module
  14. Configuration
  15. =============
  16. Database sources can be configured in Settings > Configuration -> Data sources.
  17. Usage
  18. =====
  19. To use this module:
  20. * Go to Settings > Database Structure > Database Sources
  21. * Click on Create to enter the following information:
  22. * Datasource name 
  23. * Pasword
  24. * Connector: Choose the database to which you want to connect
  25. * Connection string: Specify how to connect to database
  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/149/10.0 for server-tools
  29. Known issues / Roadmap
  30. ======================
  31. * Add X.509 authentication
  32. Bug Tracker
  33. ===========
  34. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/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 welcomed feedback.
  37. Credits
  38. =======
  39. Contributors
  40. ------------
  41. * Daniel Reis <dreis.pt@hotmail.com>
  42. * Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
  43. * Gervais Naoussi <gervaisnaoussi@gmail.com>
  44. * Dave Lasley <dave@laslabs.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 http://odoo-community.org.