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.

78 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 - Firebird
  6. ===================================
  7. This module extends ``base_external_dbsource``, allowing you to connect to
  8. foreign Firebird databases.
  9. Installation
  10. ============
  11. * Install ``fdb`` 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. * Setting ``metadata`` to ``True`` in ``execute_fdb`` will do nothing.
  30. * ``execute`` is susceptible to SQL injection.
  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. * Michell Stuttgart <michellstut@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.