12345678910111213141516 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru Tools",
- 'author': "Your Company",
- 'website': "http://www.yourcompany.com",
- 'category': 'Uncategorized',
- 'version': '0.1',
- 'depends': ['base', 'web'],
- 'data': [
- 'templates.xml',
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- ],
- 'application': True,
- }
|