server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0 # Modules to migrate - [x] auditlog - By @lembregtse - #3054 - [x] auto_backup - By @michelerusti - #3169 - [x] autovacuum_message_attachment - By @yankinmax -...
Fixes #3042.
This PR adds `auth_brute_force_oauth` as a bridge module between `auth_brute_force` and `auth_oauth`. The module fixes the "Authentication Attempts" records from Oauth login, the records will be showing "Successful" with Oauth...
**Steps to reproduce:** 1. Set up and allow Google OAuth2 2. Reset user's password with Google login 3. Use the "Log in with Google" to login **Current behavior:** Even for...
For now, when an attachment queue is processsed by a `queue.job`, there is no automatic retry in case of concurrent update because all errors are caught. And, for the same...
## Module module_analysis ## Describe the bug ## To Reproduce **Affected versions**: all Steps to reproduce the behavior: 1. Prerequisites: Odoo is installed using the debian package; module_analysis is installed...
**Is your feature request related to a problem?** The request is related to a dependency on a specific outdated version of a python library. In this case with cryptography version...
## Module excel_import_export ## Describe the bug When creating an Export model with "Easy Reporting", if multiple Cells in the export mapping share the same value, then the generated Excel...