[11.0][MIG] base_external_dbsource_mssql: Migration to v11.0

[UPD] README.rst

[UPD] Update base_external_dbsource_mssql.pot

[UPD] README.rst
This commit is contained in:
Sergio Teruel Albert
2018-06-27 12:46:20 +02:00
committed by Sergio Teruel
parent 6d742f2cc9
commit 44757f1fc1
16 changed files with 555 additions and 38 deletions

View File

@@ -0,0 +1,4 @@
To configure this module, you need to:
#. Database sources can be configured in Settings > Technical >
Database Structure > Database sources.

View File

@@ -0,0 +1,6 @@
* Daniel Reis <dreis.pt@hotmail.com>
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com>
* Dave Lasley <dave@laslabs.com>
* `Tecnativa <https://www.tecnativa.com>`_:
* Sergio Teruel

View File

@@ -0,0 +1,2 @@
This module extends ``base_external_dbsource``, allowing you to connect to
foreign MSSQL databases using SQLAlchemy.

View File

@@ -0,0 +1,5 @@
To install this module, you need to:
* Install & configure FreeTDS driver (tdsodbc package)
* Install ``sqlalchemy`` and ``pymssql`` python libraries
* Install ``base_external_dbsource_sqlite`` Odoo module

View File

@@ -0,0 +1 @@
* Add X.509 authentication

View File

@@ -0,0 +1,9 @@
To use this module:
* Go to Settings > Technical > Database Structure > Database Sources
* Click on Create to enter the following information:
* Datasource name 
* Pasword
* Connector: Choose the database to which you want to connect
* Connection string: Specify how to connect to database