Merge pull request #37 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:48:27 +01:00
commit e81c5d1714
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',
],