From dc74a67d7dcbbdd6c5feea9f2c9cf37814df16f1 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 6 Feb 2015 15:30:44 +0100 Subject: [PATCH] Add license key in __openerp__.py --- pos_customer_display/__openerp__.py | 1 + pos_payment_terminal/__openerp__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/pos_customer_display/__openerp__.py b/pos_customer_display/__openerp__.py index 584f3059..ebeaa555 100644 --- a/pos_customer_display/__openerp__.py +++ b/pos_customer_display/__openerp__.py @@ -49,6 +49,7 @@ You are invited to become a member and/or get involved in the Association ! """, 'author': 'Aurélien DUMAINE', + 'license': 'AGPL-3', 'depends': ['point_of_sale'], 'data': [ 'pos_customer_display.xml', diff --git a/pos_payment_terminal/__openerp__.py b/pos_payment_terminal/__openerp__.py index ab46d83e..0abb8ee8 100644 --- a/pos_payment_terminal/__openerp__.py +++ b/pos_payment_terminal/__openerp__.py @@ -47,6 +47,7 @@ You are invited to become a member and/or get involved in the Association ! """, 'author': 'Aurélien DUMAINE', + 'license': 'AGPL-3', 'depends': ['point_of_sale'], 'data': [ 'pos_payment_terminal.xml',