From 21f75d83544f63e3a0145ebb4e17e218a4479d17 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 6 Feb 2015 15:29:46 +0100 Subject: [PATCH] Add license key in __openerp__.py --- server_environment_files_sample/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server_environment_files_sample/__openerp__.py b/server_environment_files_sample/__openerp__.py index fb16a51..d3a92f2 100644 --- a/server_environment_files_sample/__openerp__.py +++ b/server_environment_files_sample/__openerp__.py @@ -41,6 +41,7 @@ server_environment_files lives before this one in the addons-path variable of the OpenERP configuration file. """, "website": "http://www.camptocamp.com", + "license": "GPL-3 or any later version", "category": "Tools", "data": [], "installable": True,