123456789101112131415161718192021222324 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru Reports - Athletic",
- 'author': "Eiru",
- 'category': 'report',
- 'version': '0.1',
- 'depends': [
- 'base',
- 'product',
- 'account',
- 'stock',
- 'eiru_assets',
- 'eiru_reports',
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- 'static/src/reports/*.xml'
- ],
- 'data': [
- 'templates.xml',
- 'views/actions.xml',
- 'views/menus.xml',
- ],
- }
|