diff --git a/setup/stock_location_route_description/odoo/addons/stock_location_route_description b/setup/stock_location_route_description/odoo/addons/stock_location_route_description new file mode 120000 index 000000000..91af86eae --- /dev/null +++ b/setup/stock_location_route_description/odoo/addons/stock_location_route_description @@ -0,0 +1 @@ +../../../../stock_location_route_description \ No newline at end of file diff --git a/setup/stock_location_route_description/setup.py b/setup/stock_location_route_description/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_location_route_description/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_location_route_description/tests/test_stock_location_route_description.py b/stock_location_route_description/tests/test_stock_location_route_description.py index 46ca56eac..f48263047 100644 --- a/stock_location_route_description/tests/test_stock_location_route_description.py +++ b/stock_location_route_description/tests/test_stock_location_route_description.py @@ -11,7 +11,7 @@ class TestStockLocationRouteDescription(TransactionCase): def test_display_name_stock_location_route(self): """ - Test to display the name of the route with and without a context. + Test to display the name of the route with and without a context. """ route = self.model_stock_location_route.create( {"name": "Test Route", "description": "Test Description"}