From 7fb36dc652ff4f1b08ff7488b75431b9b72c0280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Vall=C3=A9s=20Fuster?= Date: Fri, 15 Mar 2024 16:42:14 +0100 Subject: [PATCH] [MIG] stock_helper: Migration to 17.0 --- stock_helper/__manifest__.py | 2 +- stock_helper/static/description/index.html | 2 +- stock_helper/tests/test_location_source_from_route.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stock_helper/__manifest__.py b/stock_helper/__manifest__.py index d413780d5..9f257b590 100644 --- a/stock_helper/__manifest__.py +++ b/stock_helper/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Helpers", "summary": "Add methods shared between various stock modules", - "version": "16.0.1.1.0", + "version": "17.0.1.1.0", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Hidden", diff --git a/stock_helper/static/description/index.html b/stock_helper/static/description/index.html index ad3fba563..c38e80168 100644 --- a/stock_helper/static/description/index.html +++ b/stock_helper/static/description/index.html @@ -1,4 +1,4 @@ - + diff --git a/stock_helper/tests/test_location_source_from_route.py b/stock_helper/tests/test_location_source_from_route.py index e3405e415..9768b9a65 100644 --- a/stock_helper/tests/test_location_source_from_route.py +++ b/stock_helper/tests/test_location_source_from_route.py @@ -37,4 +37,4 @@ class TestStockLocationSoruceFromRoute(StockHelperCommonCase): source_location = location._get_source_location_from_route( route, "make_to_stock" ) - self.assertFalse(source_location) + self.assertEqual(source_location, self.supplier_loc)