Add license key in __openerp__.py

This commit is contained in:
Yannick Vaucher 2015-02-06 15:29:46 +01:00 committed by Maxime Franco
parent 6df6e3d6a7
commit 1cd1301d89
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ Example usage
serv_config.get('external_service.ftp', 'tls') serv_config.get('external_service.ftp', 'tls')
""", """,
"website": "http://www.camptocamp.com", "website": "http://www.camptocamp.com",
"license": "GPL-3 or any later version",
"category": "Tools", "category": "Tools",
"data": [ "data": [
'serv_config.xml', 'serv_config.xml',