You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
398 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'],
'data': [
'ir.model.access.csv',
'menu.xml',
],
'license': 'LGPL-3',
}