From abcfd256e695eef39d257328f4f2cb3299bfc423 Mon Sep 17 00:00:00 2001 From: Holden Rehg Date: Sun, 12 Jun 2016 22:33:32 -0500 Subject: [PATCH] Updated the __openerp__.xml to include the license and images fields These were updated to follow OCA conventions. - License set to AGPL-3 - Images set to empty array --- auditlog/__manifest__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auditlog/__manifest__.py b/auditlog/__manifest__.py index af2972832..7996f7e9e 100644 --- a/auditlog/__manifest__.py +++ b/auditlog/__manifest__.py @@ -8,6 +8,7 @@ 'author': "ABF OSIELL,Odoo Community Association (OCA)", 'license': "AGPL-3", 'website': "http://www.osiell.com", + 'license': 'AGPL-3', 'category': "Tools", 'depends': [ 'base', @@ -19,6 +20,7 @@ 'views/http_session_view.xml', 'views/http_request_view.xml', ], + 'images': [], 'application': True, 'installable': True, 'pre_init_hook': 'pre_init_hook',