diff --git a/README.md b/README.md index 14b9f042d..8bcdc625f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ addon | version | maintainers | summary [onchange_helper](onchange_helper/) | 16.0.1.0.0 | | Technical module that ease execution of onchange in Python code [rpc_helper](rpc_helper/) | 16.0.1.0.0 | [](https://github.com/simahawk) | Helpers for disabling RPC calls [scheduler_error_mailer](scheduler_error_mailer/) | 16.0.1.0.0 | | Scheduler Error Mailer -[sentry](sentry/) | 16.0.3.0.1 | [](https://github.com/barsi) [](https://github.com/naglis) [](https://github.com/versada) [](https://github.com/moylop260) [](https://github.com/fernandahf) | Report Odoo errors to Sentry +[sentry](sentry/) | 16.0.3.0.2 | [](https://github.com/barsi) [](https://github.com/naglis) [](https://github.com/versada) [](https://github.com/moylop260) [](https://github.com/fernandahf) | Report Odoo errors to Sentry [session_db](session_db/) | 16.0.1.0.5 | [](https://github.com/sbidoul) | Store sessions in DB [tracking_manager](tracking_manager/) | 16.0.1.1.0 | [](https://github.com/Kev-Roche) [](https://github.com/sebastienbeau) | This module tracks all fields of a model, including one2many and many2many ones. [upgrade_analysis](upgrade_analysis/) | 16.0.1.0.2 | [](https://github.com/StefanRijnhart) [](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 1dfe3df0a..7e045c94f 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:88c5722f68e393e581f3bd3dfc08a4350731602583fdce2d407f6efcede43443 + !! source digest: sha256:7923fe467a456494dd9d616d877a011ff438168f6c3bf24d94cecaeb8a9dcc7b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sentry/__manifest__.py b/sentry/__manifest__.py index 6020fdab3..74a618f73 100644 --- a/sentry/__manifest__.py +++ b/sentry/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Sentry", "summary": "Report Odoo errors to Sentry", - "version": "16.0.3.0.1", + "version": "16.0.3.0.2", "category": "Extra Tools", "website": "https://github.com/OCA/server-tools", "author": "Mohammed Barsi," diff --git a/sentry/static/description/index.html b/sentry/static/description/index.html index b7c056304..4580cd976 100644 --- a/sentry/static/description/index.html +++ b/sentry/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:88c5722f68e393e581f3bd3dfc08a4350731602583fdce2d407f6efcede43443 +!! source digest: sha256:7923fe467a456494dd9d616d877a011ff438168f6c3bf24d94cecaeb8a9dcc7b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module allows painless Sentry integration with