diff --git a/rma_account/__manifest__.py b/rma_account/__manifest__.py index c7909c5b..fe16373f 100644 --- a/rma_account/__manifest__.py +++ b/rma_account/__manifest__.py @@ -23,5 +23,4 @@ 'wizards/rma_refund.xml', ], 'installable': True, - 'auto_install': True, } diff --git a/rma_purchase/__manifest__.py b/rma_purchase/__manifest__.py index 72e90cb9..2f704907 100644 --- a/rma_purchase/__manifest__.py +++ b/rma_purchase/__manifest__.py @@ -20,5 +20,4 @@ 'wizards/rma_add_purchase.xml', ], 'installable': True, - 'auto_install': True, } diff --git a/rma_sale/__manifest__.py b/rma_sale/__manifest__.py index ae8c06ba..31ace02d 100644 --- a/rma_sale/__manifest__.py +++ b/rma_sale/__manifest__.py @@ -21,5 +21,4 @@ 'views/rma_order_line_view.xml', ], 'installable': True, - 'auto_install': True, }