diff --git a/README.md b/README.md index ab5a9998402..aade9685628 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ addon | version | maintainers | summary [module_change_auto_install](module_change_auto_install/) | 18.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration [onchange_helper](onchange_helper/) | 18.0.1.0.0 | | Technical module that ease execution of onchange in Python code [rpc_helper](rpc_helper/) | 18.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Helpers for disabling RPC calls +[sentry](sentry/) | 18.0.1.0.0 | [![barsi](https://github.com/barsi.png?size=30px)](https://github.com/barsi) [![naglis](https://github.com/naglis.png?size=30px)](https://github.com/naglis) [![versada](https://github.com/versada.png?size=30px)](https://github.com/versada) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![fernandahf](https://github.com/fernandahf.png?size=30px)](https://github.com/fernandahf) | Report Odoo errors to Sentry [session_db](session_db/) | 18.0.1.0.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Store sessions in DB [test_base_time_window](test_base_time_window/) | 18.0.1.0.0 | | Test Base model to handle time windows [upgrade_analysis](upgrade_analysis/) | 18.0.1.3.0 | [![StefanRijnhart](https://github.com/StefanRijnhart.png?size=30px)](https://github.com/StefanRijnhart) [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances diff --git a/sentry/README.rst b/sentry/README.rst index f83d92968a4..c4a55e43013 100644 --- a/sentry/README.rst +++ b/sentry/README.rst @@ -7,7 +7,7 @@ Sentry !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:fb1e0787f353def76b80f3aae5948d0b7a9b01d35f2f738a5b96fa28588bab0e + !! source digest: sha256:809d1172730532c6b60afadc26a6120178d8a4ffa679faade3091205e4adf6b1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sentry/static/description/index.html b/sentry/static/description/index.html index c00d24a44f0..ac175ba2550 100644 --- a/sentry/static/description/index.html +++ b/sentry/static/description/index.html @@ -367,7 +367,7 @@

Sentry

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:fb1e0787f353def76b80f3aae5948d0b7a9b01d35f2f738a5b96fa28588bab0e +!! source digest: sha256:809d1172730532c6b60afadc26a6120178d8a4ffa679faade3091205e4adf6b1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This module allows painless Sentry integration diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index f186f0b0834..2ce5891fa51 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-server-tools" -version = "18.0.20250128.0" +version = "18.0.20250131.0" dependencies = [ "odoo-addon-attachment_unindex_content==18.0.*", "odoo-addon-auditlog==18.0.*", @@ -19,6 +19,7 @@ dependencies = [ "odoo-addon-module_change_auto_install==18.0.*", "odoo-addon-onchange_helper==18.0.*", "odoo-addon-rpc_helper==18.0.*", + "odoo-addon-sentry==18.0.*", "odoo-addon-session_db==18.0.*", "odoo-addon-test_base_time_window==18.0.*", "odoo-addon-upgrade_analysis==18.0.*",