# -*- coding: utf-8 -*- { 'name' : 'Add print of list purchase invoice', 'version' : '1.0', 'description' : """ Este modulo permite realizar el listado de factura de compra. """, 'author' : 'Eiru/Sebastian Penayo ', 'category' : 'account', 'depends' : ['base','account'], 'data' : [ 'views/template.xml' ], 'js': [ 'static/src/js/*.js', ], 'qweb' : ['static/src/xml/*.xml',], 'installable' : True, 'auto_install' : False, }