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, }