mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
On a multi warehouse configuration where a warehouse view_location is parent of an other warehouse's view_location this will return the closest warehouse of a location Not like the get_warehouse method (odoo core code) which returns from all parent warehouses found the first one ordered by the sequence
3 lines
96 B
Python
3 lines
96 B
Python
from . import test_location_is_sublocation_of
|
|
from . import test_location_get_closest_warehouse
|