|
@@ -25,8 +25,8 @@ openerp.dropdown_menu = function (instance, local) {
|
|
|
documento.autoTable(this.fields, _.map(clientes, function (cliente) {
|
|
|
return _.values(cliente);
|
|
|
}));
|
|
|
-
|
|
|
- documento.output('reporte_de_clientes_' + Date.now() + '.pdf', 'dataurlnewwindow');
|
|
|
+
|
|
|
+ documento.output('reporte_de_clientes_' + Date.now() + '.pdf');
|
|
|
}
|
|
|
})
|
|
|
|