Open
Conversation
* feat: add kwkhtmltopdf asset fix
Use copier template from oca/oca-addons-repo-template Apply linting
[16.0] Change CI to GitHub actions
Update flake8 and Pylint version to fix pre-commit-config
Since Python 3.10, the use of 'threading.currentThread()' is deprecated and generates a warning, and generating this warning log was in turn entering in the `logging_json` mechanism, triggering an exception: RecursionError: maximum recursion depth exceeded while calling a Python object
…rsion_depth_exceeded [16.0][FIX] logging_json: fix RecursionError
`Session.vacuum` method contains extra arguments since this PR odoo/odoo#122888 accept parameters to adapter this change
[MIG] Monitoring Log Requests v16
[16.0][FIX] Add arguments to session vacuum method
``session_redis`` is not compatible with ``auth_session_timeout``. ``session_redis`` overrides property ``odoo.http.Application.session_store`` by returning a ``RedisSessionStore`` object instead of a ``odoo.http.FilesystemSessionStore`` object. ``auth_session_timeout`` expects ``odoo.http.Application.session_store`` object to define method ``get_session_filename()``, which does not exist for ``RedisSessionStore`` objects. This results in an ``AttributeError`` that prevents user authentication, and Odoo becomes inaccessible.
[16.0][FIX] session_redis: add incompatibility to auth_session_timeout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.