From e5354d9163fe943d1a97cb9eefe10b3a046f823f Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:47:39 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_payment_order/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_payment_order/__openerp__.py b/account_payment_order/__openerp__.py index 391c1afbb..429ccf2dc 100644 --- a/account_payment_order/__openerp__.py +++ b/account_payment_order/__openerp__.py @@ -37,5 +37,5 @@ 'data/payment_seq.xml', ], 'demo': ['demo/payment_demo.xml'], - 'installable': True, + 'installable': False, }