__manifest__.py 363 B

123456789101112131415
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Tests flow of API keys',
  5. 'category': 'Tools',
  6. 'depends': ['web_tour'],
  7. 'assets': {
  8. 'web.assets_tests': [
  9. # inside .
  10. 'test_apikeys/static/tests/apikey_flow.js',
  11. ],
  12. },
  13. 'license': 'LGPL-3',
  14. }