From 2b900551308138a5c628da7ae47fd04d0e249981 Mon Sep 17 00:00:00 2001 From: Lanto R <124650562+lanto-razafindrabe@users.noreply.github.com> Date: Wed, 1 May 2024 22:35:59 +0300 Subject: [PATCH] TA#63841 [FIX] sale_rental_order_swap_variant : unit test (#370) * TA#63841 [FIX] sale_rental_order_swap_variant: Depends --------- Co-authored-by: majouda --- sale_rental_order_swap_variant/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sale_rental_order_swap_variant/__manifest__.py b/sale_rental_order_swap_variant/__manifest__.py index ede6cb58..02df1703 100644 --- a/sale_rental_order_swap_variant/__manifest__.py +++ b/sale_rental_order_swap_variant/__manifest__.py @@ -3,12 +3,12 @@ { "name": "Sale Rental Order Swap Variant", "summary": "Allow to change an important product from a kit", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "website": "https://bit.ly/numigi-com", "author": "Numigi", "maintainer": "Numigi", "license": "AGPL-3", - "depends": ["sale_kit", "sale_stock"], + "depends": ["sale_rental"], "data": [ "security/ir.model.access.csv", "wizard/sale_rental_order_swap_variant.xml",