From 39e1a3f04e4829e84d5abe045075bc86680fd301 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Mon, 14 Feb 2022 12:31:37 -0800 Subject: [PATCH] [FIX] rma: include wizard views in manifest --- rma/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rma/__manifest__.py b/rma/__manifest__.py index 02a419ff..053162cd 100644 --- a/rma/__manifest__.py +++ b/rma/__manifest__.py @@ -25,6 +25,7 @@ 'views/rma_views.xml', 'views/stock_picking_views.xml', 'wizard/rma_lines_views.xml', + 'wizard/rma_make_rtv_views.xml', ], 'installable': True, 'application': True,