server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
Standard migration. Important changes: - Removed service.wsgi import and _register_hooks method in res_users model. - Added http import and accessed it to retrieve requests in base model. - Added http...
fetchmail_attach_from_folder. backport improvements in exception handling on 10.0 to 6.1, to prevent exceptions in retireving one mail from breaking message retrieval for all other messages.
Retry table purging to avoid locks because of the order - if the table has an fk or a view depending on it, we leave it to next retry. We...
``` 2020-04-18 18:00:52,359 1672245 WARNING db openerp.addons.base.ir.ir_translation: module product_m2mcategories: no translation for language pt_BR 2020-04-18 18:00:52,387 1672245 ERROR db openerp.sql_db: Programming error: syntax error at or near "%" LINE 10:...
A new module, `base_merge`, adding the possibility of merging duplicate records of a given model. For this moment, merging records of self-referring models is not possible, as this is heavily...
Forward port of https://github.com/OCA/server-tools/pull/2859
Working progress The aim of this PR is to integrate correctly Sentry APM feature. - [x] generate transaction with human readable name for http - [x] generate transaction with human...
Disclaimer: as noted as a 'Known Issue' in the README, the adaptation to Odoo 16's javascript was done in a way that support for showing pending changes for fields without...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 # Modules to migrate - [ ] attachment_queue - [ ] attachment_unindex_content - [x] auditlog - By @rven - #2755 - [x] auto_backup - By @Christian-RB -...