From e48d91cb11a7fde003a4de892cc4e0a3dc4ab30e Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Fri, 9 Feb 2018 12:35:23 -0600 Subject: [PATCH] [MIG] Migrate configuration and cleanup --- rma_account/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_account/__manifest__.py b/rma_account/__manifest__.py index 93f226c5..df3f6b71 100644 --- a/rma_account/__manifest__.py +++ b/rma_account/__manifest__.py @@ -20,6 +20,6 @@ 'wizards/rma_add_invoice.xml', 'wizards/rma_refund.xml', ], - 'installable': True, + 'installable': False, 'auto_install': True, }