From 06eaeacce04ccccf1ebc9a944e9af376e1628dca Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 10 Jul 2014 20:40:01 +0200 Subject: [PATCH] Add dependancy on currency_iso_numeric. --- pos_payment_terminal/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos_payment_terminal/__openerp__.py b/pos_payment_terminal/__openerp__.py index 67cb8a08..a6d5c5de 100755 --- a/pos_payment_terminal/__openerp__.py +++ b/pos_payment_terminal/__openerp__.py @@ -38,7 +38,7 @@ This module has been developped during a POS code sprint at Akretion France from Please contact Alexis de Lattre from Akretion for any help or question about this module. """, 'author': 'Aurélien DUMAINE', - 'depends': ['point_of_sale'], + 'depends': ['point_of_sale', 'currency_iso_numeric'], 'data' : ['pos_payment_terminal.xml', 'pos_payment_terminal_view.xml'], 'qweb': ['static/src/xml/pos_payment_terminal.xml'],