Add license key in __openerp__.py

This commit is contained in:
Yannick Vaucher 2015-02-06 15:32:08 +01:00
parent 0a42df9a18
commit 871088b959
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ Web pages
""",
'author': ['OpenERP SA'],
'website': 'http://www.openerp.com/',
'license': 'AGPL-3',
'depends': [
'knowledge'
],

View File

@ -29,6 +29,7 @@ Module that allows to attach an URL as a document.
""",
'author': 'Serv. Tecnolog. Avanzados - Pedro M. Baeza',
'website': 'http://www.serviciosbaeza.com',
'license': 'AGPL-3',
'depends': [
'document',
],