Add license key in __openerp__.py

This commit is contained in:
Yannick Vaucher 2015-02-06 15:29:46 +01:00 committed by Adam Heinz
parent 45702f100e
commit 21f75d8354
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ server_environment_files lives before this one in the addons-path
variable of the OpenERP configuration file. variable of the OpenERP configuration file.
""", """,
"website": "http://www.camptocamp.com", "website": "http://www.camptocamp.com",
"license": "GPL-3 or any later version",
"category": "Tools", "category": "Tools",
"data": [], "data": [],
"installable": True, "installable": True,