# -*- coding: utf-8 -*- { 'name': "Eiru Reports - Ñande TV", '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', ], }