17 lines
405 B
Python
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',
|
||
|
}
|