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
359 B

  1. {
  2. 'name': "profiler",
  3. 'author': "Vauxoo",
  4. 'website': "http://www.vauxoo.com",
  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. }