From 1d30c0d8594dfd23768d1353665c0630e348904f Mon Sep 17 00:00:00 2001 From: ahenriquez Date: Tue, 29 Oct 2019 16:37:58 +0100 Subject: [PATCH] [FIX]remove autoinstall for rma_account, rma_sale and rma_purchase modules --- rma_account/__manifest__.py | 1 - rma_purchase/__manifest__.py | 1 - rma_sale/__manifest__.py | 1 - 3 files changed, 3 deletions(-) diff --git a/rma_account/__manifest__.py b/rma_account/__manifest__.py index c53aa567..47ddd0b0 100644 --- a/rma_account/__manifest__.py +++ b/rma_account/__manifest__.py @@ -22,5 +22,4 @@ 'wizards/rma_refund.xml', ], 'installable': True, - 'auto_install': True, } diff --git a/rma_purchase/__manifest__.py b/rma_purchase/__manifest__.py index 62f3a5b1..c6ed73ad 100644 --- a/rma_purchase/__manifest__.py +++ b/rma_purchase/__manifest__.py @@ -19,5 +19,4 @@ 'wizards/rma_add_purchase.xml', ], 'installable': True, - 'auto_install': True, } diff --git a/rma_sale/__manifest__.py b/rma_sale/__manifest__.py index 2ecb3bb7..d7ed5105 100644 --- a/rma_sale/__manifest__.py +++ b/rma_sale/__manifest__.py @@ -20,5 +20,4 @@ 'views/rma_order_line_view.xml', ], 'installable': True, - 'auto_install': True, }