udpate product detail name filed

This commit is contained in:
Parsa Nazer
2025-04-22 03:09:07 +03:30
parent 5d17038f9b
commit 044bed9c00
4 changed files with 29 additions and 4 deletions
+5
View File
@@ -268,6 +268,11 @@ UNFOLD = {
"icon": "photo_prints",
"link": reverse_lazy("admin:product_productvariant_changelist"),
},
{
"title": _("بخش جزيیات محصول"),
"icon": "subject",
"link": reverse_lazy("admin:product_productdetailmodel_changelist"),
},
],
},