Add license key in __openerp__.py

This commit is contained in:
Yannick Vaucher
2015-02-06 15:29:49 +01:00
parent e36ae5d483
commit b03765ac7e
3 changed files with 3 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ author (Akretion) take a decision on them.
""",
'author': 'esamyn',
'website': 'http://www.erp-236.com',
'license': 'GPL-3 or any later version',
'depends': ['crm_claim'],
'init_xml': [],
'update_xml': [

View File

@@ -70,6 +70,7 @@ Contributors:
""",
'author': 'Akretion, Camptocamp',
'website': 'http://www.akretion.com, http://www.camptocamp.com',
'license': 'AGPL-3',
'depends': ['sale',
'stock',
'crm_claim',

View File

@@ -41,6 +41,7 @@ Those informations are used in the RMA Claim (Product Return Management) module.
""",
'author': 'Akretion',
'website': 'http://akretion.com',
'license': 'AGPL-3',
'depends': ['product'],
'data': [
'security/ir.model.access.csv',