From 83aee3f29dd2d6e761215e4277f2904fd998e38a Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Tue, 15 Jan 2013 19:49:53 +0100 Subject: [PATCH] [FIX] base_report_to_printer - 'authors' --- base_report_to_printer/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_report_to_printer/__openerp__.py b/base_report_to_printer/__openerp__.py index fa9e7cd..da61a00 100644 --- a/base_report_to_printer/__openerp__.py +++ b/base_report_to_printer/__openerp__.py @@ -52,7 +52,7 @@ You can also define a default behaviour associated to the user, in order to esta After finishing the configuration, you will just have to click on printing button associated to the report (or launch the report by a wizard or whatever) and the system will automatically send the report to the previously set printer """, - 'author': 'Agile Business Group & Domsense, Pegueroles SCP, NaN', + 'author': ['Agile Business Group', 'Pegueroles SCP', 'NaN'], 'website': 'http://www.agilebg.com', 'license': 'AGPL-3', "depends" : ['base', 'base_calendar'],