1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # -*- 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'],
- '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_ranking_pos_orders_customer.xml',
- 'static/src/reports/report_ranking_sales_orders_customer.xml',
- 'static/src/reports/report_ranking_purchases_orders_supplier.xml',
- 'static/src/reports/ranking_sales_orders_product_cy.xml',
- 'static/src/reports/report_vouchers.xml',
- 'static/src/reports/report_mrp.xml',
- 'static/src/reports/report_pos_orders.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_utilidad_producto.xml',
- 'static/src/reports/ranking_pos_orders_product_cy.xml',
- 'static/src/reports/ranking_purchases_orders_product_cy.xml',
- 'static/src/reports/ranking_mrp_orders_product_cy.xml',
- 'static/src/reports/report_mrp.xml',
- 'static/src/reports/report_stock.xml'
- ],
- 'data': [
- 'templates.xml',
- 'views/actions.xml',
- 'views/menus.xml',
- ],
- }
|