fix project create api

This commit is contained in:
behruz-dev
2025-08-05 10:34:29 +05:00
parent 09e725834f
commit 6dfbe9298a
12 changed files with 241 additions and 16 deletions

View File

@@ -8,10 +8,10 @@ class Command(BaseCommand):
def handle(self, *args, **options):
permissions = [
{"code": "can_see_product_wherehouse", "name": "permission for see wherehouse list"},
{"code": "project", "name": "project all access"},
{
"code": "can_add_product_wherehouse",
"name": "permission for add product in wherehouse"
"code": "project_folder",
"name": "project folder all access"
}
]