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.

77 lines
2.0 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 - SQLite
  6. =================================
  7. This module extends ``base_external_dbsource``, allowing you to connect to
  8. foreign SQLite databases using SQLAlchemy.
  9. Installation
  10. ============
  11. * Install ``sqlalchemy`` python library
  12. Configuration
  13. =============
  14. Database sources can be configured in Settings > Configuration -> Data sources.
  15. Usage
  16. =====
  17. To use this module:
  18. * Go to Settings > Database Structure > Database Sources
  19. * Click on Create to enter the following information:
  20. * Datasource name 
  21. * Pasword
  22. * Connector: Choose the database to which you want to connect
  23. * Connection string: Specify how to connect to database
  24. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  25. :alt: Try me on Runbot
  26. :target: https://runbot.odoo-community.org/runbot/149/10.0 for server-tools
  27. Known issues / Roadmap
  28. ======================
  29. * Add X.509 authentication
  30. Bug Tracker
  31. ===========
  32. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/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 welcomed feedback.
  35. Credits
  36. =======
  37. Contributors
  38. ------------
  39. * Daniel Reis <dreis.pt@hotmail.com>
  40. * Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
  41. * Gervais Naoussi <gervaisnaoussi@gmail.com>
  42. * Dave Lasley <dave@laslabs.com>
  43. Maintainer
  44. ----------
  45. .. image:: https://odoo-community.org/logo.png
  46. :alt: Odoo Community Association
  47. :target: https://odoo-community.org
  48. This module is maintained by the OCA.
  49. OCA, or the Odoo Community Association, is a nonprofit organization whose
  50. mission is to support the collaborative development of Odoo features and
  51. promote its widespread use.
  52. To contribute to this module, please visit http://odoo-community.org.