You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
426 B

{
'name': "profiler",
'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',
'license': 'AGPL-3',
'depends': ["document"],
'data': [
'security/ir.model.access.csv',
'views/profiler_profile_view.xml',
],
'post_load': 'post_load',
'installable': True,
}