From 4324d6c0144261f28f68586b85fed8ad1c7de3e5 Mon Sep 17 00:00:00 2001 From: Francesco Apruzzese Date: Sun, 26 Jul 2015 15:37:21 +0200 Subject: [PATCH] [FIX] Replace deprecated "active" key in manifest with "auto_install" key --- ribbon_test_environment/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ribbon_test_environment/__openerp__.py b/ribbon_test_environment/__openerp__.py index ca6a3003..f63cb218 100644 --- a/ribbon_test_environment/__openerp__.py +++ b/ribbon_test_environment/__openerp__.py @@ -34,6 +34,6 @@ ], "update_xml": [], "demo_xml": [], - "active": False, + "auto_install": False, "installable": True }