From d66f2c3fe8e5387b87983521a6be3d34f89a5ae1 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 23 Feb 2024 22:19:11 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- profiler/README.rst | 2 +- profiler/__manifest__.py | 2 +- profiler/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4914c97d55a..b0f0a367fe4 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ addon | version | maintainers | summary [module_change_auto_install](module_change_auto_install/) | 12.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration [nsca_client](nsca_client/) | 12.0.1.0.0 | | Send passive alerts to monitor your Odoo application. [onchange_helper](onchange_helper/) | 12.0.1.1.0 | | Technical module that ease execution of onchange in Python code -[profiler](profiler/) | 12.0.1.0.0 | [![thomaspaulb](https://github.com/thomaspaulb.png?size=30px)](https://github.com/thomaspaulb) | profiler +[profiler](profiler/) | 12.0.1.0.1 | [![thomaspaulb](https://github.com/thomaspaulb.png?size=30px)](https://github.com/thomaspaulb) | profiler [scheduler_error_mailer](scheduler_error_mailer/) | 12.0.1.2.0 | | Scheduler Error Mailer [sentry](sentry/) | 12.0.2.0.2 | [![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 [slow_statement_logger](slow_statement_logger/) | 12.0.1.0.2 | | Log slow SQL statements diff --git a/profiler/README.rst b/profiler/README.rst index df78d4d6773..dea7ef3baee 100644 --- a/profiler/README.rst +++ b/profiler/README.rst @@ -7,7 +7,7 @@ profiler !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e324f09daa53f05ed323b1889393f138fe760c51cb69b49eb7185024e65d559f + !! source digest: sha256:90ac3707d65b5e3c867d2e9f1fab088f9e63fdb5e459fa36056ca6d936619075 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/profiler/__manifest__.py b/profiler/__manifest__.py index 7a96be0a020..de2e565a9a9 100644 --- a/profiler/__manifest__.py +++ b/profiler/__manifest__.py @@ -3,7 +3,7 @@ 'author': "Vauxoo, Therp BV, Odoo Community Association (OCA)", 'website': "https://github.com/OCA/server-tools", 'category': 'Tests', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'license': 'AGPL-3', 'depends': ["document"], 'data': [ diff --git a/profiler/static/description/index.html b/profiler/static/description/index.html index 59dca7ff45a..42840c590a7 100644 --- a/profiler/static/description/index.html +++ b/profiler/static/description/index.html @@ -366,7 +366,7 @@

profiler

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e324f09daa53f05ed323b1889393f138fe760c51cb69b49eb7185024e65d559f +!! source digest: sha256:90ac3707d65b5e3c867d2e9f1fab088f9e63fdb5e459fa36056ca6d936619075 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Integration of python cprofile and postgresql logging collector for Odoo