From d7a05348f4669ed8b68cecad470fc6f59f58bfde Mon Sep 17 00:00:00 2001 From: Jorge Che Date: Fri, 21 Oct 2022 14:43:25 +0000 Subject: [PATCH] [FIX] mrp_exception: correct type of product to validate --- mrp_exception/demo/mrp_production_exception.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrp_exception/demo/mrp_production_exception.xml b/mrp_exception/demo/mrp_production_exception.xml index 4b2a9cb9..d694d9e4 100644 --- a/mrp_exception/demo/mrp_production_exception.xml +++ b/mrp_exception/demo/mrp_production_exception.xml @@ -6,7 +6,7 @@ Please, ensure thet the finished product is of Storable type. 50 mrp.production - failed = self.product_id.detailed_type != 'storable' + failed = self.product_id.detailed_type != 'product'