From a4ff45304a91e775a978036a883de7a5498d25ae Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Sun, 6 Dec 2015 13:18:16 +0500 Subject: [PATCH] --- im_notif/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/im_notif/__openerp__.py b/im_notif/__openerp__.py index 0700897..6e481d6 100644 --- a/im_notif/__openerp__.py +++ b/im_notif/__openerp__.py @@ -13,6 +13,6 @@ 'im_notif_data.xml', 'im_notif_views.xml', ], - 'installable': True + 'installable': True, 'uninstall_hook': 'pre_uninstall', }