__openerp__.py 545 B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name' : 'Add print in eiru_service',
  4. 'version' : '1.0',
  5. 'description' : """
  6. Este modulo Permite realizar impresión de presupuesto en el modulo eiru_service..
  7. """,
  8. 'author' : 'Eiru',
  9. 'category' : 'Service',
  10. 'depends' : ['eiru_service','eiru_service_carworkshop'],
  11. 'data' : [
  12. 'views/template.xml',
  13. 'views/budget_print.xml',
  14. 'service_siniestro_fields_view.xml'
  15. ],
  16. 'qweb' : ['static/src/xml/*.xml',],
  17. 'installable' : True,
  18. 'auto_install' : False,
  19. }