Browse Source

[ADD] profiler: Integration of python cprofile and postgresql logging collector for Odoo

pull/1465/head
Moisés López 6 years ago
committed by Enric Tobella
parent
commit
33925419b4
  1. 6
      profiler/__manifest__.py

6
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': [

Loading…
Cancel
Save