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

14 lines
401 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'test-exceptions',
'author': 'Odoo S.A',
'version': '0.1',
'category': 'Tests',
'description': """A module to generate exceptions.""",
'depends': ['base'],
'data': ['view.xml', 'ir.model.access.csv'],
'installable': True,
'auto_install': False,
}