Odoo18-Base/odoo/addons/test_apikeys/__manifest__.py
2025-03-10 11:12:23 +07:00

15 lines
363 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'],
'assets': {
'web.assets_tests': [
# inside .
'test_apikeys/static/tests/apikey_flow.js',
],
},
'license': 'LGPL-3',
}