mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] base_external_dbsource: pre-commit auto fixes
This commit is contained in:
4
base_external_dbsource/readme/CONFIGURE.md
Normal file
4
base_external_dbsource/readme/CONFIGURE.md
Normal file
@@ -0,0 +1,4 @@
|
||||
To configure this module, you need to:
|
||||
|
||||
1. Database sources can be configured in Settings \> Technical \>
|
||||
Database Structure \> Data sources.
|
||||
@@ -1,4 +0,0 @@
|
||||
To configure this module, you need to:
|
||||
|
||||
#. Database sources can be configured in Settings > Technical >
|
||||
Database Structure > Data sources.
|
||||
8
base_external_dbsource/readme/CONTRIBUTORS.md
Normal file
8
base_external_dbsource/readme/CONTRIBUTORS.md
Normal file
@@ -0,0 +1,8 @@
|
||||
- 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
|
||||
- Jairo Llopis
|
||||
- Andrea Cattalani ([Moduon](https://www.moduon.team/))
|
||||
@@ -1,10 +0,0 @@
|
||||
* 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
|
||||
* Jairo Llopis
|
||||
* Andrea Cattalani (`Moduon <https://www.moduon.team/>`__)
|
||||
@@ -1,2 +1,2 @@
|
||||
This module allows you to define connections to foreign databases using ODBC,
|
||||
Firebird, Oracle Client or SQLAlchemy.
|
||||
This module allows you to define connections to foreign databases using
|
||||
ODBC, Firebird, Oracle Client or SQLAlchemy.
|
||||
9
base_external_dbsource/readme/ROADMAP.md
Normal file
9
base_external_dbsource/readme/ROADMAP.md
Normal file
@@ -0,0 +1,9 @@
|
||||
- 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
|
||||
@@ -1,8 +0,0 @@
|
||||
* 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
|
||||
6
base_external_dbsource/readme/USAGE.md
Normal file
6
base_external_dbsource/readme/USAGE.md
Normal file
@@ -0,0 +1,6 @@
|
||||
- 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
|
||||
@@ -1,7 +0,0 @@
|
||||
* 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