[IMP] stock_location_route_description: black, isort, prettier

This commit is contained in:
Jasmin Solanki
2022-08-22 09:18:43 +05:30
parent df949b4df3
commit c18cd7919a
3 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../../stock_location_route_description

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

View File

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