# -*- coding: utf-8 -*-
{
    'name': 'test-inherit',
    'version': '0.1',
    'category': 'Tests',
    'description': """A module to verify the inheritance.""",
    'depends': ['base'],
    'data': [
        'ir.model.access.csv',
        'demo_data.xml',
    ],
    'installable': True,
    'auto_install': False,
}
