From 969593f197f85ecb3508305711d43eb83986c341 Mon Sep 17 00:00:00 2001 From: JasminSForgeFlow Date: Wed, 19 Jul 2023 17:35:52 +0530 Subject: [PATCH] [IMP] timesheet_automatic_reminder: Fix migration --- rma_purchase_operating_unit/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_purchase_operating_unit/__manifest__.py b/rma_purchase_operating_unit/__manifest__.py index 964c18500..1f5e1e9b1 100644 --- a/rma_purchase_operating_unit/__manifest__.py +++ b/rma_purchase_operating_unit/__manifest__.py @@ -10,5 +10,5 @@ "category": "RMA", "depends": ["rma_operating_unit", "rma_purchase", "purchase_operating_unit"], "data": [], - "installable": True, + "installable": True }