server-tools icon indicating copy to clipboard operation
server-tools copied to clipboard

Tools for Odoo Administrators to improve some technical features on Odoo.

Results 354 server-tools issues
Sort by recently updated
recently updated
newest added

# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-15.0 # Modules to migrate - [ ] attachment_unindex_content - [x] auditlog - By @BT-vgabor - #2268 - [ ] auto_backup - [ ] autovacuum_message_attachment - [ ]...

help wanted
work in progress

## Module tracking_manager ## Describe the bug When uninstalling `tracking_manager` module, errors are present in the log. If uninstall process is done in a script, the script fails. ## To...

bug

I did a new module https://github.com/OCA/storage/pull/259 to support Odoo Sessions on Redis, does anyone can please suggest if I should make a PR here or leave it on ``OCA/storage`` repo?

enhancement

this is backport of https://github.com/OCA/server-tools/pull/2700

Rather a back-port from 14.0 then a migration, to minimize the work to do.

@florian-dacosta might be of interest to you contains https://github.com/OCA/server-tools/pull/2875

- This PR fixes 2 variables that were renamed in major upgrades of `sentry_sdk`. `with_locals` => `include_local_variables` `request_bodies` => `max_request_body_size` - We use `session_redis` from https://github.com/camptocamp/odoo-cloud-platform, so I added support...