123456789101112131415161718 |
- # -*- coding: utf-8 -*-
- {
- 'name' : 'Añadir una nota de conformidad en eiru_service',
- 'version' : '1.0',
- 'description' : """
- Este modulo Permite realizar impresión de una nota de conformidad en el modulo eiru_service..
- """,
- 'author' : 'Eiru',
- 'category' : 'Service',
- 'depends' : ['eiru_service','eiru_service_carworkshop'],
- 'data' : [
- 'views/template.xml',
- 'views/conformidad_print.xml'
- ],
- 'qweb' : ['static/src/xml/*.xml',],
- 'installable' : True,
- 'auto_install' : False,
- }
|