We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01f30a commit 105922eCopy full SHA for 105922e
2 files changed
shopinvader_product_url/__manifest__.py
@@ -16,7 +16,5 @@
16
"shopinvader_base_url",
17
"shopinvader_product",
18
],
19
- "data": [],
20
- "demo": [],
21
"installable": True,
22
}
shopinvader_product_url/tests/test_url_in_schemas.py
@@ -69,8 +69,8 @@ def test_product_category(self):
69
"test-parent-category/test-child-category/test-child-child-category",
70
)
71
self.assertEqual(category.redirect_url_key, [])
72
- # if we update the category name, the url_key should be updated whatever the level
73
- # and a redirect_url_key should be created
+ # if we update the category name, the url_key should be updated
+ # whatever the level and a redirect_url_key should be created
74
self.parent_category.name = "parent"
75
category = ProductCategory.from_product_category(self.child_child_category)
76
self.assertEqual(
0 commit comments