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

## Module fetchmail_server_folder ## Describe the bug match_algorithm is a required field and missing an ondelete policy ## To Reproduce **Affected versions**: 16.0 Steps to reproduce the behavior: 1. Install...

bug

## Module Fetchmail_server_folder ## Describe the bug Only starting to test the module and it's fail trying to retrive email from a GMail server. ## To Reproduce **Affected versions**: 16.0...

bug

**Is your feature request related to a problem?** For my usecase, I want odoo to process emails from a GMail folder, but I do now want Odoo to maked them...

enhancement

If I add an auditlog rule for a model, and that model is inherited by a transient model, an exception will be thrown in the create() method for the transient...

bug

instead of 'Purge this model' everywhere. ### Before: ![image](https://github.com/user-attachments/assets/285cad96-5179-4fa7-b5fd-708368fb6afd) ### After: ![image](https://github.com/user-attachments/assets/c324a7d2-f5a7-4290-a0b0-cdbcdc3b6ac4)

This improvements have been taken into consideration in https://github.com/OCA/OpenUpgrade/pull/4915 (+https://github.com/OCA/OpenUpgrade/pull/4918). See: ![Selection_4410](https://github.com/user-attachments/assets/71c9eaca-37cd-4a9c-89d7-a206d4da5300) ![Selection_4411](https://github.com/user-attachments/assets/2e0379dc-1a1a-47d2-9dc9-3057a20f3f70)

When upgrading the excel_import_export module the entries created with an autocreated xml_id are getting deleted. cf. https://github.com/OCA/server-tools/blob/9378a9f649449d8c42af4371de24f53ca09cf417/excel_import_export/models/xlsx_import.py#L46 and https://github.com/OCA/server-tools/blob/9378a9f649449d8c42af4371de24f53ca09cf417/excel_import_export/models/xlsx_import.py#L53 The autocreated xml_id get as module name 'excel_import_export' but since those...

bug
stale

The old sentry python lib is deprecated: https://github.com/getsentry/raven-python I've played around with the new and semi-kind-of got it working, but cannot manage to hook into the odoo exception system https://docs.sentry.io/platforms/python/guides/wsgi/...

enhancement
stale