flectra/flectra/addons/test_impex/__manifest__.py
2018-01-16 04:55:03 -08:00

17 lines
412 B
Python

# -*- coding: utf-8 -*-
{
'name': 'test-import-export',
'author': 'Odoo S.A',
'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',
]
}