[MIG] stock_helper: Migration to 17.0

This commit is contained in:
Carlos Vallés Fuster
2024-03-15 16:42:14 +01:00
parent 3c728c91bd
commit 7fb36dc652
3 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- xml version="1.0" encoding="utf-8" -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

View File

@@ -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)