Browse Source

Add license key in __openerp__.py

pull/11/head
Yannick Vaucher 9 years ago
parent
commit
dc74a67d7d
  1. 1
      pos_customer_display/__openerp__.py
  2. 1
      pos_payment_terminal/__openerp__.py

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

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

Loading…
Cancel
Save