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

17 lines
405 B
Python

# -*- coding: utf-8 -*-
{
'name': "Test testing utilities",
'category': "Hidden/Tests",
'description': """Non-trivial testing utilities can require models & all
This here module is useful to validate that they're doing what they're
supposed to do
""",
'depends': ['base', 'web'],
'data': [
'ir.model.access.csv',
'menu.xml',
],
'license': 'LGPL-3',
}