diff --git a/base_external_dbsource_sqlite/README.rst b/base_external_dbsource_sqlite/README.rst index e3e503f7..7e534a29 100644 --- a/base_external_dbsource_sqlite/README.rst +++ b/base_external_dbsource_sqlite/README.rst @@ -17,19 +17,19 @@ External Database Source - SQLite :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github - :target: https://github.com/OCA/server-backend/tree/16.0/base_external_dbsource_sqlite + :target: https://github.com/OCA/server-backend/tree/17.0/base_external_dbsource_sqlite :alt: OCA/server-backend .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/server-backend-16-0/server-backend-16-0-base_external_dbsource_sqlite + :target: https://translation.odoo-community.org/projects/server-backend-17-0/server-backend-17-0-base_external_dbsource_sqlite :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module extends ``base_external_dbsource``, allowing you to connect to -foreign SQLite databases using SQLAlchemy. +This module extends ``base_external_dbsource``, allowing you to connect +to foreign SQLite databases using SQLAlchemy. **Table of contents** @@ -41,14 +41,14 @@ Installation To install this module, you need to: -* Install ``sqlalchemy`` python library +- Install ``sqlalchemy`` python library Configuration ============= To configure this module, you need to: -#. Database sources can be configured in Settings > Configuration -> +1. Database sources can be configured in Settings > Configuration -> Data sources. Usage @@ -56,18 +56,17 @@ Usage To use this module: -* Go to Settings > 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 +- Go to Settings > 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 Known issues / Roadmap ====================== -* Add X.509 authentication +- Add X.509 authentication Bug Tracker =========== @@ -75,7 +74,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -83,27 +82,26 @@ Credits ======= Authors -~~~~~~~ +------- * Daniel Reis * LasLabs Contributors -~~~~~~~~~~~~ +------------ -* Daniel Reis -* Maxime Chambreuil -* Gervais Naoussi -* Dave Lasley +- Daniel Reis +- Maxime Chambreuil +- Gervais Naoussi +- Dave Lasley +- `Tecnativa `__: -* `Tecnativa `_: + - Sergio Teruel - * Sergio Teruel - -* Andrea Cattalani (`Moduon `__) +- Andrea Cattalani (`Moduon `__) Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -123,6 +121,6 @@ Current `maintainer `__: |maintainer-anddago78| -This module is part of the `OCA/server-backend `_ project on GitHub. +This module is part of the `OCA/server-backend `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/base_external_dbsource_sqlite/pyproject.toml b/base_external_dbsource_sqlite/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/base_external_dbsource_sqlite/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/base_external_dbsource_sqlite/readme/CONFIGURE.md b/base_external_dbsource_sqlite/readme/CONFIGURE.md new file mode 100644 index 00000000..8096c95f --- /dev/null +++ b/base_external_dbsource_sqlite/readme/CONFIGURE.md @@ -0,0 +1,4 @@ +To configure this module, you need to: + +1. Database sources can be configured in Settings \> Configuration -\> + Data sources. diff --git a/base_external_dbsource_sqlite/readme/CONFIGURE.rst b/base_external_dbsource_sqlite/readme/CONFIGURE.rst deleted file mode 100644 index 57347aa6..00000000 --- a/base_external_dbsource_sqlite/readme/CONFIGURE.rst +++ /dev/null @@ -1,4 +0,0 @@ -To configure this module, you need to: - -#. Database sources can be configured in Settings > Configuration -> - Data sources. diff --git a/base_external_dbsource_sqlite/readme/CONTRIBUTORS.md b/base_external_dbsource_sqlite/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..c6e2c6a0 --- /dev/null +++ b/base_external_dbsource_sqlite/readme/CONTRIBUTORS.md @@ -0,0 +1,7 @@ +- Daniel Reis \<\> +- Maxime Chambreuil \<\> +- Gervais Naoussi \<\> +- Dave Lasley \<\> +- [Tecnativa](https://www.tecnativa.com): + - Sergio Teruel +- Andrea Cattalani ([Moduon](https://www.moduon.team/)) diff --git a/base_external_dbsource_sqlite/readme/CONTRIBUTORS.rst b/base_external_dbsource_sqlite/readme/CONTRIBUTORS.rst deleted file mode 100644 index f281f192..00000000 --- a/base_external_dbsource_sqlite/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,10 +0,0 @@ -* Daniel Reis -* Maxime Chambreuil -* Gervais Naoussi -* Dave Lasley - -* `Tecnativa `_: - - * Sergio Teruel - -* Andrea Cattalani (`Moduon `__) diff --git a/base_external_dbsource_sqlite/readme/DESCRIPTION.md b/base_external_dbsource_sqlite/readme/DESCRIPTION.md new file mode 100644 index 00000000..d5855938 --- /dev/null +++ b/base_external_dbsource_sqlite/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module extends `base_external_dbsource`, allowing you to connect to +foreign SQLite databases using SQLAlchemy. diff --git a/base_external_dbsource_sqlite/readme/DESCRIPTION.rst b/base_external_dbsource_sqlite/readme/DESCRIPTION.rst deleted file mode 100644 index 6b0b3576..00000000 --- a/base_external_dbsource_sqlite/readme/DESCRIPTION.rst +++ /dev/null @@ -1,2 +0,0 @@ -This module extends ``base_external_dbsource``, allowing you to connect to -foreign SQLite databases using SQLAlchemy. diff --git a/base_external_dbsource_sqlite/readme/INSTALL.md b/base_external_dbsource_sqlite/readme/INSTALL.md new file mode 100644 index 00000000..326515e9 --- /dev/null +++ b/base_external_dbsource_sqlite/readme/INSTALL.md @@ -0,0 +1,3 @@ +To install this module, you need to: + +- Install `sqlalchemy` python library diff --git a/base_external_dbsource_sqlite/readme/INSTALL.rst b/base_external_dbsource_sqlite/readme/INSTALL.rst deleted file mode 100644 index ec5513d4..00000000 --- a/base_external_dbsource_sqlite/readme/INSTALL.rst +++ /dev/null @@ -1,3 +0,0 @@ -To install this module, you need to: - -* Install ``sqlalchemy`` python library diff --git a/base_external_dbsource_sqlite/readme/ROADMAP.md b/base_external_dbsource_sqlite/readme/ROADMAP.md new file mode 100644 index 00000000..9ae5c4de --- /dev/null +++ b/base_external_dbsource_sqlite/readme/ROADMAP.md @@ -0,0 +1 @@ +- Add X.509 authentication diff --git a/base_external_dbsource_sqlite/readme/ROADMAP.rst b/base_external_dbsource_sqlite/readme/ROADMAP.rst deleted file mode 100644 index 8b025883..00000000 --- a/base_external_dbsource_sqlite/readme/ROADMAP.rst +++ /dev/null @@ -1 +0,0 @@ -* Add X.509 authentication diff --git a/base_external_dbsource_sqlite/readme/USAGE.md b/base_external_dbsource_sqlite/readme/USAGE.md new file mode 100644 index 00000000..8e53180a --- /dev/null +++ b/base_external_dbsource_sqlite/readme/USAGE.md @@ -0,0 +1,8 @@ +To use this module: + +- Go to Settings \> 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 diff --git a/base_external_dbsource_sqlite/readme/USAGE.rst b/base_external_dbsource_sqlite/readme/USAGE.rst deleted file mode 100644 index a0405e8b..00000000 --- a/base_external_dbsource_sqlite/readme/USAGE.rst +++ /dev/null @@ -1,9 +0,0 @@ -To use this module: - -* Go to Settings > 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 diff --git a/base_external_dbsource_sqlite/static/description/index.html b/base_external_dbsource_sqlite/static/description/index.html index 2a7de176..de38d432 100644 --- a/base_external_dbsource_sqlite/static/description/index.html +++ b/base_external_dbsource_sqlite/static/description/index.html @@ -368,9 +368,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:be42980ba34bb6865c363361ab0af4b4c54884df329f861dd1d906f1723643ab !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OCA/server-backend Translate me on Weblate Try me on Runboat

-

This module extends base_external_dbsource, allowing you to connect to -foreign SQLite databases using SQLAlchemy.

+

Beta License: LGPL-3 OCA/server-backend Translate me on Weblate Try me on Runboat

+

This module extends base_external_dbsource, allowing you to connect +to foreign SQLite databases using SQLAlchemy.

Table of contents

    @@ -425,7 +425,7 @@ Data sources.

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

@@ -460,7 +460,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

anddago78

-

This module is part of the OCA/server-backend project on GitHub.

+

This module is part of the OCA/server-backend project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..867daed4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +# generated from manifests external_dependencies +sqlalchemy