# -*- coding: utf-8 -*- { 'name': "eiru_reporting", 'author': "Robert Gauto/Adrielso Kunert/Rodney Enciso Arias/Sebastian Penayo", 'category': 'Uncategorized', 'version': '0.1', 'depends': ['base','eiru_assets'], 'data': [ 'templates.xml', ], 'qweb': [ 'static/src/xml/*.xml', 'static/src/reports/report_resumen_ingresos.xml', 'static/src/reports/report_resumen_egresos.xml', 'static/src/reports/report_crm.xml', 'static/src/reports/report_mensajecrm.xml', 'static/src/reports/report_phonecall.xml', 'static/src/reports/report_pos.xml', 'static/src/reports/report_stock_move.xml', 'static/src/reports/report_project.xml', 'static/src/reports/report_works.xml', 'static/src/reports/report_invoice_balance.xml', 'static/src/reports/report_vouchers.xml', 'static/src/reports/report_mrp.xml', 'static/src/reports/reporting_accountpending.xml', 'static/src/reports/reporting_account.xml', 'static/src/reports/report_sales_invoice_analysis.xml', 'static/src/reports/report_purchases_invoice_analysis.xml', 'static/src/reports/report_product_utility.xml', 'static/src/reports/report_mrp.xml', 'static/src/reports/report_stock.xml' ] }