From 2d534b7be13bda60646815e16a91e778da71c3f8 Mon Sep 17 00:00:00 2001 From: Holden Rehg Date: Mon, 27 Jun 2016 09:44:37 -0500 Subject: [PATCH] auditlog: Remove pre_init_hook reference from openerp, no pre_init hook exists any more --- auditlog/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/auditlog/__manifest__.py b/auditlog/__manifest__.py index 68e0dca90..d9f0d67a4 100644 --- a/auditlog/__manifest__.py +++ b/auditlog/__manifest__.py @@ -22,5 +22,4 @@ 'images': [], 'application': True, 'installable': True, - 'pre_init_hook': 'pre_init_hook', }