__manifest__.py 268 B

1234567891011121314
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "test_search_panel",
  4. 'description': "Tests for the search panel python methods",
  5. 'category': 'Hidden/Tests',
  6. 'version': '0.1',
  7. 'depends': ['web'],
  8. 'data': ['ir.model.access.csv'],
  9. 'license': 'LGPL-3',
  10. }