Browse Source

Merge pull request #11 from yvaucher/8.0-add-license-key

Add license key in __openerp__.py
pull/13/head
Sylvain LE GAL 9 years ago
parent
commit
5d831a6424
  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