server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
## 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...
## 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...
**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...
Forward port changes in 16.0
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...
instead of 'Purge this model' everywhere. ### Before:  ### After: 
This improvements have been taken into consideration in https://github.com/OCA/OpenUpgrade/pull/4915 (+https://github.com/OCA/OpenUpgrade/pull/4918). See:  
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...
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/...