The test code uses a "mock" Transport object to ensure that events are stored locally in memory, instead of triggering network requests. The Sentry client is cleaned up once done, and this triggers a call to capture_envelope, a different way of sending events to Sentry. Since our mock class did not fully complete initialization, and also did not provide an overriding method, the original was called, which depends on proper initialization to work. We introduce an override for capture_envelope: as it is meant to be a "sibling" to capture_event, it makes sense for us to also make sure events registrered in this way are intercepted, even if we don't currently expect any of our tests to explicitly cause it to be used. |
||
---|---|---|
.github/workflows | ||
auditlog | ||
auto_backup | ||
base_conditional_image | ||
base_cron_exclusion | ||
base_exception | ||
base_fontawesome | ||
base_multi_image | ||
base_search_fuzzy | ||
base_time_window | ||
base_view_inheritance_extension | ||
datetime_formatter | ||
dbfilter_from_header | ||
fetchmail_incoming_log | ||
fetchmail_notify_error_to_sender | ||
html_text | ||
letsencrypt | ||
module_auto_update | ||
module_change_auto_install | ||
onchange_helper | ||
sentry | ||
setup | ||
upgrade_analysis | ||
.copier-answers.yml | ||
.editorconfig | ||
.eslintrc.yml | ||
.flake8 | ||
.gitignore | ||
.isort.cfg | ||
.pre-commit-config.yaml | ||
.prettierrc.yml | ||
.pylintrc | ||
.pylintrc-mandatory | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
test-requirements.txt |
README.md
server-tools
TODO: add repo description.
Available addons
addon | version | maintainers | summary |
---|---|---|---|
auditlog | 15.0.1.1.0 | Audit Log | |
auto_backup | 15.0.1.0.0 | Backups database | |
base_conditional_image | 15.0.1.0.0 | This module extends the functionality to support conditional images | |
base_cron_exclusion | 15.0.1.0.0 | ![]() ![]() |
Allow you to select scheduled actions that should not run simultaneously. |
base_exception | 15.0.1.0.2 | ![]() ![]() |
This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...) |
base_fontawesome | 15.0.5.15.4 | Up to date Fontawesome resources. | |
base_multi_image | 15.0.1.0.0 | Allow multiple images for database objects | |
base_search_fuzzy | 15.0.1.0.0 | Fuzzy search with the PostgreSQL trigram extension | |
base_time_window | 15.0.1.0.0 | Base model to handle time windows | |
base_view_inheritance_extension | 15.0.1.0.1 | Adds more operators for view inheritance | |
datetime_formatter | 15.0.1.0.0 | Helper functions to give correct format to date[time] fields | |
dbfilter_from_header | 15.0.1.0.0 | Filter databases with HTTP headers | |
fetchmail_incoming_log | 15.0.1.0.0 | Log all messages received, before they start to be processed. | |
fetchmail_notify_error_to_sender | 15.0.1.0.0 | If fetching mails gives error, send an email to sender | |
html_text | 15.0.1.0.0 | Generate excerpts from any HTML field | |
letsencrypt | 15.0.1.0.1 | Request SSL certificates from letsencrypt.org | |
module_auto_update | 15.0.1.0.0 | Automatically update Odoo modules | |
module_change_auto_install | 15.0.1.0.0 | ![]() |
Customize auto installables modules by configuration |
onchange_helper | 15.0.1.0.1 | Technical module that ease execution of onchange in Python code | |
upgrade_analysis | 15.0.3.0.0 | ![]() ![]() |
Performs a difference analysis between modules installed on two different Odoo instances |
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's __manifest__.py
file, which contains a license
key
that explains its license.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.