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)