From a370f43228142cf43506b08cabb743f40bfcb666 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Tue, 5 Nov 2013 14:14:19 +0100 Subject: [PATCH] [IMP] add external_dependencies --- base_report_to_printer/__openerp__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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'] + } }