From 33925419b4c17dff1cba43a9b0b339e986c46ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20L=C3=B3pez?= Date: Thu, 27 Sep 2018 12:09:41 +0200 Subject: [PATCH] [ADD] profiler: Integration of python cprofile and postgresql logging collector for Odoo --- profiler/__manifest__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiler/__manifest__.py b/profiler/__manifest__.py index 819819c6c..2bc4de39e 100644 --- a/profiler/__manifest__.py +++ b/profiler/__manifest__.py @@ -1,9 +1,9 @@ { 'name': "profiler", - 'author': "Vauxoo", - 'website': "http://www.vauxoo.com", + 'author': "Vauxoo, Odoo Community Association (OCA)", + 'website': "https://github.com/OCA/server-tools/tree/12.0/profiler", 'category': 'Tests', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'license': 'AGPL-3', 'depends': ["document"], 'data': [