diff --git a/README.md b/README.md index e80c7973494..5d50e76e059 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [jsonifier](jsonifier/) | 18.0.1.0.0 | | JSON-ify data for all models [module_change_auto_install](module_change_auto_install/) | 18.0.1.0.1 | [](https://github.com/legalsylvain) | Customize auto installables modules by configuration [onchange_helper](onchange_helper/) | 18.0.1.0.0 | | Technical module that ease execution of onchange in Python code +[session_db](session_db/) | 18.0.1.0.0 | [](https://github.com/sbidoul) | Store sessions in DB [test_base_time_window](test_base_time_window/) | 18.0.1.0.0 | | Test Base model to handle time windows [upgrade_analysis](upgrade_analysis/) | 18.0.1.0.0 | [](https://github.com/StefanRijnhart) [](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances diff --git a/session_db/README.rst b/session_db/README.rst index 379c41b190b..16ad0319c10 100644 --- a/session_db/README.rst +++ b/session_db/README.rst @@ -7,7 +7,7 @@ Store sessions in DB !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7f625ad3c63b7ad41974310cc447302e517eb7fe62290a60ceec8f0325b80853 + !! source digest: sha256:1f019db79d78ab20a204e51d1750ed8b2e7c22dd3d585569f97579c339bc34c7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/session_db/static/description/index.html b/session_db/static/description/index.html index 8f2bb26ef54..f63147947f3 100644 --- a/session_db/static/description/index.html +++ b/session_db/static/description/index.html @@ -367,7 +367,7 @@
Store sessions in a database instead of the filesystem. This simplifies diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 9353acf1d76..3933dcafdc7 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-server-tools" -version = "18.0.20241112.0" +version = "18.0.20241113.0" dependencies = [ "odoo-addon-base_cron_exclusion==18.0.*", "odoo-addon-base_time_window==18.0.*", @@ -9,6 +9,7 @@ dependencies = [ "odoo-addon-jsonifier==18.0.*", "odoo-addon-module_change_auto_install==18.0.*", "odoo-addon-onchange_helper==18.0.*", + "odoo-addon-session_db==18.0.*", "odoo-addon-test_base_time_window==18.0.*", "odoo-addon-upgrade_analysis==18.0.*", ]