dynamic pricing

This commit is contained in:
Parsa Nazer
2025-01-11 19:59:10 +03:30
parent 28f15ac869
commit 385f4b1f78
4 changed files with 73 additions and 14 deletions
+5
View File
@@ -295,6 +295,11 @@ UNFOLD = {
"icon": "chat",
"link": reverse_lazy("admin:product_commentmodel_changelist"),
},
{
"title": _("قیمت دلار"),
"icon": "payments",
"link": reverse_lazy("admin:product_dollormodel_changelist"),
},
],
},