Maintainers
+Maintainers
This module is maintained by the OCA.
-

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
diff --git a/README.md b/README.md index 94fa99fa6..962509483 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ addon | version | maintainers | summary [scheduler_error_mailer](scheduler_error_mailer/) | 16.0.1.0.0 | | Scheduler Error Mailer [sentry](sentry/) | 16.0.3.0.2 | [](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 [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.5 | [](https://github.com/sbidoul) | Store sessions in DB +[session_db](session_db/) | 16.0.1.0.6 | [](https://github.com/sbidoul) | Store sessions in DB [tracking_manager](tracking_manager/) | 16.0.1.1.0 | [](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.0.2 | [](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 fff870827..07c7c59bf 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:0e92dd612d4d3860e95f5c06e6b9ea02c10fc402034c328effb4a9ac44b9cb73 + !! source digest: sha256:ef7800d98b71197aac45a4115c49d2ed27f3cff4e13553a622ea4f97f7d96d4b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -48,11 +48,6 @@ like ``postgres://user:passwd@server/db`` or ``db``. It is recommended to use a dedicated database for this module, and possibly a dedicated postgres user for additional security. -Known issues / Roadmap -====================== - -This module does not work with multi-threaded workers, so it requires workers > 0. - Bug Tracker =========== diff --git a/session_db/__manifest__.py b/session_db/__manifest__.py index d02e1c60a..1ad92717b 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.5", + "version": "16.0.1.0.6", "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 9637f1a7f..9e1b9d8ff 100644 --- a/session_db/static/description/index.html +++ b/session_db/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0e92dd612d4d3860e95f5c06e6b9ea02c10fc402034c328effb4a9ac44b9cb73 +!! source digest: sha256:ef7800d98b71197aac45a4115c49d2ed27f3cff4e13553a622ea4f97f7d96d4b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->Store sessions in a database instead of the filesystem. This simplifies the @@ -377,11 +377,10 @@ distributed filesystem to store the Odoo sessions.
It is recommended to use a dedicated database for this module, and possibly a dedicated postgres user for additional security.
This module does not work with multi-threaded workers, so it requires workers > 0.
-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 @@ -407,18 +402,20 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
Do not contact contributors directly about support or help with technical issues.
This module is maintained by the OCA.
-OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.