Add license key in __openerp__.py

This commit is contained in:
Yannick Vaucher
2015-02-06 15:31:57 +01:00
parent 59c89957da
commit c374798299
3 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
"name": "MT940",
"version": "1.0",
"author": "Therp BV",
"license": "AGPL-3",
"complexity": "expert",
"description": """
This addon provides a generic parser for MT940 files. Given that MT940 is a

View File

@@ -22,6 +22,7 @@
"name": "MT940 import for Dutch ING",
"version": "1.1",
"author": "Therp BV",
"license": "AGPL-3",
"complexity": "normal",
"description": """
This addon imports the structured MT940 format as offered by the Dutch ING

View File

@@ -24,6 +24,7 @@
'category': 'other',
'author': 'Camptocamp',
'website': 'http://www.camptocamp.com',
'license': 'AGPL-3',
'depends': ['account_voucher'],
'data': ['invoice_data.xml',
'invoice_view.xml'],