mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] stock_helper: Migration to 17.0
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user