diff --git a/base_report_to_printer/__openerp__.py b/base_report_to_printer/__openerp__.py index 6aa30a9..7a35b2d 100644 --- a/base_report_to_printer/__openerp__.py +++ b/base_report_to_printer/__openerp__.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # Copyright (c) 2007 Ferran Pegueroles # Copyright (c) 2009 Albert Cervera i Areny # Copyright (C) 2011 Agile Business Group sagl () # Copyright (C) 2011 Domsense srl () +# Copyright (C) 2013 Camptocamp () # All Rights Reserved # # This program is free software: you can redistribute it and/or modify @@ -47,4 +48,7 @@ 'installable': True, 'auto_install': False, 'application': True, + 'external_dependencies': { + 'python': ['cups'] + } }