From 08db5a9e69fbeadc461530c87f2f742b4027b078 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 14 Mar 2013 09:47:00 +0100 Subject: [PATCH] [MIGR] Set the 'installable' flags to False on addons. They should be activated when their migration is done. --- base_report_to_printer/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_report_to_printer/__openerp__.py b/base_report_to_printer/__openerp__.py index da61a00..dc2af49 100644 --- a/base_report_to_printer/__openerp__.py +++ b/base_report_to_printer/__openerp__.py @@ -65,5 +65,5 @@ After finishing the configuration, you will just have to click on printing butto ], "demo_xml" : [], "active": False, - "installable": True + "installable": False }