mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Merge pull request #119 from yvaucher/8.0-add-license-key
Add license key in __openerp__.py
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user