Tools for Odoo Administrators to improve some technical features on Odoo.
 
 
 
 
Go to file
Atte Isopuro 13868c7502 [FIX] sentry: test failure due to incomplete transport init
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.
2022-12-19 16:05:31 +05:30
.github/workflows Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
base_fontawesome Update translation files 2022-12-05 20:08:54 +00:00
base_m2m_custom_field [UPD] README.rst 2022-10-25 10:01:49 +00:00
base_view_inheritance_extension [UPD] README.rst 2022-12-07 07:44:01 +00:00
module_change_auto_install Update translation files 2022-11-08 12:29:13 +00:00
sentry [FIX] sentry: test failure due to incomplete transport init 2022-12-19 16:05:31 +05:30
setup [ADD] setup.py 2022-12-07 07:44:02 +00:00
upgrade_analysis Update translation files 2022-11-18 17:45:11 +00:00
.copier-answers.yml [IMP] update dotfiles [ci skip] 2022-12-12 00:10:05 +01:00
.editorconfig Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.eslintrc.yml Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.flake8 Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.gitignore Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.isort.cfg Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.pre-commit-config.yaml [IMP] update dotfiles [ci skip] 2022-12-12 00:10:05 +01:00
.prettierrc.yml Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.pylintrc Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.pylintrc-mandatory Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
LICENSE Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
README.md [UPD] addons table in README.md 2022-12-07 07:44:00 +00:00
requirements.txt [IMP] base_view_inheritance_extension: black, isort, prettier 2022-12-06 20:26:01 +01:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

server-tools

TODO: add repo description.

Available addons

addon version maintainers summary
base_fontawesome 16.0.5.15.4 Up to date Fontawesome resources.
base_m2m_custom_field 16.0.1.0.0 Customizations of Many2many
base_view_inheritance_extension 16.0.1.0.0 Adds more operators for view inheritance
module_change_auto_install 16.0.1.0.0 legalsylvain Customize auto installables modules by configuration
upgrade_analysis 16.0.1.0.0 StefanRijnhart legalsylvain 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.