16 lines
386 B
Python
16 lines
386 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
{
|
||
|
'name': 'test-import-export',
|
||
|
'version': '0.1',
|
||
|
'category': 'Tests',
|
||
|
'description': """A module to test import/export.""",
|
||
|
'depends': ['base'],
|
||
|
'data': ['ir.model.access.csv'],
|
||
|
'installable': True,
|
||
|
'auto_install': False,
|
||
|
'test': [
|
||
|
'tests/test_import_reference.yml',
|
||
|
'tests/test_import_menuitem.yml',
|
||
|
]
|
||
|
}
|