1234567891011121314151617181920 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru Dashboard",
- 'author': "Robert Gauto/Adrielso Kunert",
- 'website': "http://www.yourcompany.com",
- 'category': 'Uncategorized',
- 'version': '0.1',
- 'depends': ['base', 'sale', 'eiru_assets', 'eiru_reporting','currency_utility'],
- 'data': [
- 'templates.xml',
- 'views/customer.xml',
- 'views/products.xml',
- 'views/actions.xml',
- 'views/menus.xml'
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- 'static/src/xml/widgets/*.xml'
- ]
- }
|