diff --git a/__unported__/crm_claim_ext/__openerp__.py b/__unported__/crm_claim_ext/__openerp__.py index 8c39128d..fdbf2bd7 100644 --- a/__unported__/crm_claim_ext/__openerp__.py +++ b/__unported__/crm_claim_ext/__openerp__.py @@ -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': [ diff --git a/__unported__/crm_claim_rma/__openerp__.py b/__unported__/crm_claim_rma/__openerp__.py index 56d036b2..6ba83214 100644 --- a/__unported__/crm_claim_rma/__openerp__.py +++ b/__unported__/crm_claim_rma/__openerp__.py @@ -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', diff --git a/__unported__/product_warranty/__openerp__.py b/__unported__/product_warranty/__openerp__.py index f63f0296..fc26d6cb 100644 --- a/__unported__/product_warranty/__openerp__.py +++ b/__unported__/product_warranty/__openerp__.py @@ -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',