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