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

Add license key in __openerp__.py
This commit is contained in:
Stefan Rijnhart (Therp)
2015-02-06 18:38:58 +01:00
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'],