__openerp__.py 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "eiru_reporting",
  4. 'author': "Robert Gauto/Adrielso Kunert/Rodney Enciso Arias/Sebastian Penayo",
  5. 'category': 'Uncategorized',
  6. 'version': '0.1',
  7. 'depends': ['base','eiru_assets'],
  8. 'data': [
  9. 'templates.xml',
  10. ],
  11. 'qweb': [
  12. 'static/src/xml/*.xml',
  13. 'static/src/reports/report_resumen_ingresos.xml',
  14. 'static/src/reports/report_resumen_egresos.xml',
  15. 'static/src/reports/report_crm.xml',
  16. 'static/src/reports/report_mensajecrm.xml',
  17. 'static/src/reports/report_phonecall.xml',
  18. 'static/src/reports/report_pos.xml',
  19. 'static/src/reports/report_stock_move.xml',
  20. 'static/src/reports/report_project.xml',
  21. 'static/src/reports/report_works.xml',
  22. 'static/src/reports/report_invoice_balance.xml',
  23. 'static/src/reports/report_ranking_pos_orders_customer.xml',
  24. 'static/src/reports/report_vouchers.xml',
  25. 'static/src/reports/report_mrp.xml',
  26. 'static/src/reports/report_pos_orders.xml',
  27. 'static/src/reports/reporting_accountpending.xml',
  28. 'static/src/reports/reporting_account.xml',
  29. 'static/src/reports/report_sales_invoice_analysis.xml',
  30. 'static/src/reports/report_purchases_invoice_analysis.xml',
  31. 'static/src/reports/report_product_utility.xml',
  32. 'static/src/reports/ranking_pos_orders_product_cy.xml',
  33. 'static/src/reports/ranking_purchases_orders_product_cy.xml',
  34. 'static/src/reports/report_mrp.xml',
  35. 'static/src/reports/report_stock.xml'
  36. ]
  37. }