mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_location_route_description: black, isort, prettier
This commit is contained in:
@@ -0,0 +1 @@
|
||||
../../../../stock_location_route_description
|
||||
6
setup/stock_location_route_description/setup.py
Normal file
6
setup/stock_location_route_description/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user