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

6 years ago
  1. {
  2. 'name': "profiler",
  3. 'author': "Vauxoo, Odoo Community Association (OCA)",
  4. 'website': "https://github.com/OCA/server-tools/tree/12.0/profiler",
  5. 'category': 'Tests',
  6. 'version': '11.0.1.0.0',
  7. 'license': 'AGPL-3',
  8. 'depends': ["document"],
  9. 'data': [
  10. 'security/ir.model.access.csv',
  11. 'views/profiler_profile_view.xml',
  12. ],
  13. 'post_load': 'post_load',
  14. 'installable': True,
  15. }