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

18 lines
395 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Test API',
'author': 'Odoo S.A',
'version': '1.0',
'category': 'Tests',
'description': """A module to test the API.""",
'depends': ['base', 'web', 'web_tour'],
'installable': True,
'auto_install': False,
'data': [
'ir.model.access.csv',
'views.xml',
'demo_data.xml',
'template.xml',
],
}