diff --git a/README.md b/README.md index cba14322..20dac2a6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[base_external_dbsource](base_external_dbsource/) | 17.0.1.0.0 | | External Database Sources [base_user_role](base_user_role/) | 17.0.1.1.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) [![jcdrubay](https://github.com/jcdrubay.png?size=30px)](https://github.com/jcdrubay) [![novawish](https://github.com/novawish.png?size=30px)](https://github.com/novawish) | User roles [base_user_role_company](base_user_role_company/) | 17.0.1.1.1 | | User roles by company diff --git a/base_external_dbsource/README.rst b/base_external_dbsource/README.rst index 1819b140..d6c7368e 100644 --- a/base_external_dbsource/README.rst +++ b/base_external_dbsource/README.rst @@ -7,7 +7,7 @@ External Database Sources !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b6b6d53c12bad99b5a75536b07a9b3de684f59baadf1b10f4612f5f25640b26d + !! source digest: sha256:c13b08dc9ea585ea5814ad1b83a6ebac2309f5d8fa9d5252ade75a14b4f68132 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_external_dbsource/static/description/index.html b/base_external_dbsource/static/description/index.html index 79f5b7f3..24ecd3c1 100644 --- a/base_external_dbsource/static/description/index.html +++ b/base_external_dbsource/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b6b6d53c12bad99b5a75536b07a9b3de684f59baadf1b10f4612f5f25640b26d +!! source digest: sha256:c13b08dc9ea585ea5814ad1b83a6ebac2309f5d8fa9d5252ade75a14b4f68132 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows you to define connections to foreign databases using diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 561adb70..98a11965 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-server-backend" -version = "17.0.20240309.0" +version = "17.0.20240724.0" dependencies = [ + "odoo-addon-base_external_dbsource>=17.0dev,<17.1dev", "odoo-addon-base_user_role>=17.0dev,<17.1dev", "odoo-addon-base_user_role_company>=17.0dev,<17.1dev", ]