mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[11.0][MIG] base_external_dbsource: Migration to v11.0
This commit is contained in:
4
base_external_dbsource/readme/CONFIGURE.rst
Normal file
4
base_external_dbsource/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
To configure this module, you need to:
|
||||
|
||||
#. Database sources can be configured in Settings > Technical >
|
||||
Database Structure > Data sources.
|
||||
5
base_external_dbsource/readme/CONTRIBUTORS.rst
Normal file
5
base_external_dbsource/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
* Daniel Reis <dreis.pt@hotmail.com>
|
||||
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
|
||||
* Gervais Naoussi <gervaisnaoussi@gmail.com>
|
||||
* Dave Lasley <dave@laslabs.com>
|
||||
* Sergio Teruel <sergio.teruel@tecnativa.com> (https://wwww.tecnativa.com)
|
||||
2
base_external_dbsource/readme/DESCRIPTION.rst
Normal file
2
base_external_dbsource/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
This module allows you to define connections to foreign databases using ODBC,
|
||||
Firebird, Oracle Client or SQLAlchemy.
|
||||
1
base_external_dbsource/readme/INSTALL.rst
Normal file
1
base_external_dbsource/readme/INSTALL.rst
Normal file
@@ -0,0 +1 @@
|
||||
No installation required.
|
||||
8
base_external_dbsource/readme/ROADMAP.rst
Normal file
8
base_external_dbsource/readme/ROADMAP.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
* Find a way to remove or default the CA certs dir
|
||||
* Add concept of multiple connection strings for one source (multiple nodes)
|
||||
* Add a ConnectionEnvironment that allows for the reuse of connections
|
||||
* Message box should be displayed instead of error in ``connection_test``
|
||||
* Remove old api compatibility layers (v11)
|
||||
* Instead of returning list of results, we should return iterators. This will
|
||||
support larger datasets in a more efficient manner.
|
||||
* Implement better CRUD handling
|
||||
7
base_external_dbsource/readme/USAGE.rst
Normal file
7
base_external_dbsource/readme/USAGE.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
* Go to Settings > Technical > Database Structure > Database Sources
|
||||
* Click on Create to enter the following information:
|
||||
|
||||
* Data source name
|
||||
* Password
|
||||
* Connector: Choose the database to which you want to connect
|
||||
* Connection string: Specify how to connect to database
|
||||
Reference in New Issue
Block a user