Metadata-Version: 2.1
Name: odoo8-addon-base-external-dbsource
Version: 8.0.1.3.0.99.dev35
Summary: External Database Sources
Home-page: http://launchpad.net/addons-tko
Author: Daniel Reis,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 8.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: ~=2.7
Requires-Dist: odoo (<9.0a,>=8.0a)


This module allows you to define connections to foreign databases using ODBC,
Oracle Client or SQLAlchemy.

Database sources can be configured in Settings > Configuration -> Data sources.

Depending on the database, you need:
 * to install unixodbc and python-pyodbc packages to use ODBC connections.
 * to install FreeTDS driver (tdsodbc package) and configure it through ODBC to
   connect to Microsoft SQL Server.
 * to install and configure Oracle Instant Client and cx_Oracle python library
   to connect to Oracle.

Contributors
============

* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
    

