Odoo18-Base/odoo/addons/test_apikeys/__manifest__.py
2025-01-06 10:57:38 +07:00

15 lines
376 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Tests flow of API keys',
'category': 'Tools',
'depends': ['web_tour', 'auth_totp'],
'assets': {
'web.assets_tests': [
# inside .
'test_apikeys/static/tests/apikey_flow.js',
],
},
'license': 'LGPL-3',
}