server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
## Module auditlog ## Describe the bug When I hit the "New" button under HTTP Requests the following Odoo Error appears. ``` _compute_display_nameRPC_ERROR Odoo Server Error Traceback (most recent call...
Port #2995 from 16.0 to 14.0.
fetchmail_notify_error_to_sender: Migration from 15.0 fetchmail_notify_error_to_sender_test: Migration from 14.0 Fixes the bug found [here](https://github.com/OCA/server-tools/pull/2574#issuecomment-1547503682) Modified the tests to include all the raise conditions.
## Module tracking_manager ## Describe the bug **Sometimes** a deadlock occurs when confirm a Sale Order/sale.order (change state to 'sale'). In Base class when call super().unlink() ``` RPC_ERROR Odoo Server...
…ired field (field_id) In some wird cases, Odoo tries to create an auditlog.log record with `line_ids: [{[(6, 0, [])]}, {(0, 0, [])}]`. This pull request seems to fix the issue.
Module **excel_import_export** _excel_import_export/models/styles.py:21_ Method get_openpyxl_styles uses color.RED which is outdated in the new version of openpyxl library ( should be replaced by colors.COLOR_INDEX[2] ) Openpyxl documentation link: https://openpyxl.readthedocs.io/en/stable/_modules/openpyxl/styles/colors.html 