From 216b4ae897ce35c586dde935c019665fe865f46f Mon Sep 17 00:00:00 2001 From: Aaron Henriquez Date: Fri, 17 May 2019 18:01:44 +0200 Subject: [PATCH] [FIX]dependencies --- rma_operating_unit/__manifest__.py | 2 +- rma_operating_unit/wizards/rma_add_stock_move.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/rma_operating_unit/__manifest__.py b/rma_operating_unit/__manifest__.py index ec809583..ba5e9ce6 100644 --- a/rma_operating_unit/__manifest__.py +++ b/rma_operating_unit/__manifest__.py @@ -8,7 +8,7 @@ "license": "LGPL-3", "website": "https://www.eficent.com", "category": "Operating Units", - "depends": ["rma", "operating_unit"], + "depends": ["rma", "stock_operating_unit"], "data": [ "security/rma_security.xml", "views/rma_order_view.xml", diff --git a/rma_operating_unit/wizards/rma_add_stock_move.py b/rma_operating_unit/wizards/rma_add_stock_move.py index b3beff1f..a5c236c0 100644 --- a/rma_operating_unit/wizards/rma_add_stock_move.py +++ b/rma_operating_unit/wizards/rma_add_stock_move.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2017 Eficent Business and IT Consulting Services S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)