mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[11.0][MIG] base_external_dbsource_mysql: Migration to v11.0
This commit is contained in:
committed by
Víctor Martínez
parent
4b42b728a7
commit
f24a04cdee
4
base_external_dbsource_mysql/readme/CONFIGURE.rst
Normal file
4
base_external_dbsource_mysql/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 > Database sources.
|
||||
5
base_external_dbsource_mysql/readme/CONTRIBUTORS.rst
Normal file
5
base_external_dbsource_mysql/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>
|
||||
2
base_external_dbsource_mysql/readme/DESCRIPTION.rst
Normal file
2
base_external_dbsource_mysql/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
This module extends ``base_external_dbsource``, allowing you to connect to
|
||||
foreign MySQL databases using SQLAlchemy.
|
||||
5
base_external_dbsource_mysql/readme/INSTALL.rst
Normal file
5
base_external_dbsource_mysql/readme/INSTALL.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
To install this module, you need to:
|
||||
|
||||
* Install ``libmysqlclient-dev`` package (``default-libmysqlclient-dev`` on Debian)
|
||||
* Install ``sqlalchemy`` and ``mysqlclient`` python libraries
|
||||
* Install ``base_external_dbsource_sqlite`` Odoo module
|
||||
1
base_external_dbsource_mysql/readme/ROADMAP.rst
Normal file
1
base_external_dbsource_mysql/readme/ROADMAP.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Add X.509 authentication
|
||||
9
base_external_dbsource_mysql/readme/USAGE.rst
Normal file
9
base_external_dbsource_mysql/readme/USAGE.rst
Normal 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
|
||||
Reference in New Issue
Block a user