__openerp__.py 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. 'qweb': [
  9. 'static/src/xml/*.xml',
  10. 'static/src/reports/report_resumen_ingresos.xml',
  11. 'static/src/reports/report_resumen_egresos.xml',
  12. 'static/src/reports/report_crm.xml',
  13. 'static/src/reports/report_mensajecrm.xml',
  14. 'static/src/reports/report_phonecall.xml',
  15. 'static/src/reports/report_pos.xml',
  16. 'static/src/reports/report_stock_move.xml',
  17. 'static/src/reports/report_project.xml',
  18. 'static/src/reports/report_works.xml',
  19. 'static/src/reports/report_invoice_balance.xml',
  20. 'static/src/reports/report_ranking_pos_orders_customer.xml',
  21. 'static/src/reports/report_ranking_sales_orders_customer.xml',
  22. 'static/src/reports/report_ranking_purchases_orders_supplier.xml',
  23. 'static/src/reports/ranking_sales_orders_product_cy.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/report_utilidad_producto.xml',
  33. 'static/src/reports/ranking_pos_orders_product_cy.xml',
  34. 'static/src/reports/ranking_purchases_orders_product_cy.xml',
  35. 'static/src/reports/ranking_mrp_orders_product_cy.xml',
  36. 'static/src/reports/report_mrp.xml',
  37. 'static/src/reports/report_stock.xml'
  38. ],
  39. 'data': [
  40. 'templates.xml',
  41. 'views/actions.xml',
  42. 'views/menus.xml',
  43. ],
  44. }