Skip to content

Conversation

@qtiplb
Copy link

@qtiplb qtiplb commented Oct 7, 2025

Summary

  • Update version to 18.0.1.0.0
  • Modernize string formatting using f-strings
  • Replace old-style string formatting with modern Python syntax

Test plan

  • Verify module loads without syntax errors
  • Test attachment storage functionality still works
  • Confirm migration methods execute properly

cyrilmanuel and others added 10 commits March 27, 2024 12:54
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
…ximum_recursion_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
…_log_requests

[MIG] Monitoring Log Requests v16
[16.0][FIX] Add arguments to session vacuum method
* Update version to 18.0.1.0.0
* Modernize string formatting using f-strings
* Replace old-style string formatting with modern syntax
- Remove Stream.from_attachment monkey-patching (removed in v18)
- Add _to_http_stream() override in ir.attachment model
- Maintain object storage streaming functionality with new API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants