diff --git a/README.md b/README.md index 5e789cc7d..533278ad5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ addon | version | maintainers | summary [sentry](sentry/) | 16.0.3.0.3 | [](https://github.com/barsi) [](https://github.com/naglis) [](https://github.com/versada) [](https://github.com/moylop260) [](https://github.com/fernandahf) | Report Odoo errors to Sentry [sequence_python](sequence_python/) | 16.0.1.0.0 | | Calculate a sequence number from a Python expression [server_action_logging](server_action_logging/) | 16.0.1.0.0 | | Module that provides a logging mechanism for server actions -[session_db](session_db/) | 16.0.1.0.6 | [](https://github.com/sbidoul) | Store sessions in DB +[session_db](session_db/) | 16.0.1.0.7 | [](https://github.com/sbidoul) | Store sessions in DB [tracking_manager](tracking_manager/) | 16.0.1.1.8 | [](https://github.com/Kev-Roche) [](https://github.com/sebastienbeau) | This module tracks all fields of a model, including one2many and many2many ones. [upgrade_analysis](upgrade_analysis/) | 16.0.1.2.0 | [](https://github.com/StefanRijnhart) [](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances [url_attachment_search_fuzzy](url_attachment_search_fuzzy/) | 16.0.1.0.0 | [](https://github.com/mariadforgelow) | Fuzzy Search of URL in Attachments diff --git a/session_db/README.rst b/session_db/README.rst index 07c7c59bf..ed4384241 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:ef7800d98b71197aac45a4115c49d2ed27f3cff4e13553a622ea4f97f7d96d4b + !! source digest: sha256:59a43b0f19a6177d8866b3524a34ec9f9b380f29765d4d9647254dba9248b2f1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/session_db/__manifest__.py b/session_db/__manifest__.py index 1ad92717b..f3c146db8 100644 --- a/session_db/__manifest__.py +++ b/session_db/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Store sessions in DB", - "version": "16.0.1.0.6", + "version": "16.0.1.0.7", "author": "Odoo SA,ACSONE SA/NV,Odoo Community Association (OCA)", "license": "LGPL-3", "website": "https://github.com/OCA/server-tools", diff --git a/session_db/static/description/index.html b/session_db/static/description/index.html index 9e1b9d8ff..3fdd4425f 100644 --- a/session_db/static/description/index.html +++ b/session_db/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:ef7800d98b71197aac45a4115c49d2ed27f3cff4e13553a622ea4f97f7d96d4b +!! source digest: sha256:59a43b0f19a6177d8866b3524a34ec9f9b380f29765d4d9647254dba9248b2f1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Store sessions in a database instead of the filesystem. This simplifies the