server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
## Module letsencrypt ## Describe the bug `letsencrypt` module rely on [acme](https://pypi.org/project/acme/#history) library. This module is not compatible with the latest acme version >= 2.0.0 ## To Reproduce **Affected versions**:...
- Upgrade sentry_sdk from =2.0.0,
## Module auto_backup 16.0 ## Describe the bug This bug is the same than pull request #2902 in 12.0 branch but recent changes 3d39f2b8b47 has reintroduced it in 16.0 branch....
## Module auto_backup ## Describe the bug When I try to install auto_backup on my Odoo 18, I have the error that the dependency "paramiko
Migration to 18.0 from 16.0 backport with included fixes. Alternative from #3403 @madecsmile Could you try this version to see if it still doesn’t work for you?
I migrated the module `access_limit_records_number` from here https://github.com/it-projects-llc/access-addons to version 18.
### How to reproduce: **Install modules:** - Accounting - Document (Enterprise) **Steps:** - Enable tracking on `account.move` and track changes on `attachment_ids`. - Go on Document and upload a new...
In Odoo 18, the module sentry has the requirements `"sentry_sdk>=2.0.0,
Odoo 18 introduced read-only database cursors [^1]. Enabling `auditlog` read logging causes each read-only request to raise a ReadOnlyTransaction error, which is handled internally by Odoo by retrying the request...