flectra/flectra/addons/test_limits/__manifest__.py

14 lines
381 B
Python

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