From 64c560aac340059d1d5ab9ce4fdfcff64e85b6ea Mon Sep 17 00:00:00 2001 From: Nikul Chaudhary Date: Wed, 10 Jan 2018 13:54:55 +0100 Subject: [PATCH] [FIX] Fixed UT & Travis --- rma_sale/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_sale/__manifest__.py b/rma_sale/__manifest__.py index 143bd704..88bc95c9 100644 --- a/rma_sale/__manifest__.py +++ b/rma_sale/__manifest__.py @@ -10,7 +10,7 @@ 'summary': 'Links RMA with Sales Orders', 'author': "Eficent, Odoo Community Association (OCA)", 'website': 'http://www.github.com/OCA/rma', - 'depends': ['rma_account', 'sale_stock'], + 'depends': ['rma', 'rma_account', 'sale_stock'], 'data': ['views/rma_order_view.xml', 'views/rma_operation_view.xml', 'views/sale_order_view.xml',