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',