Prepare ERP source for Gitea deployment
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
CLIENT_PERMISSION_CODES = {
|
||||
"view": "clients.view",
|
||||
"create": "clients.create",
|
||||
"edit": "clients.edit",
|
||||
"deactivate": "clients.deactivate",
|
||||
"activate": "clients.activate",
|
||||
"archive": "clients.archive",
|
||||
"restore": "clients.restore",
|
||||
"assign_partner": "clients.assign_partner",
|
||||
"cross_branch": "clients.cross_branch",
|
||||
"cross_tenant": "clients.cross_tenant",
|
||||
"export": "clients.export",
|
||||
"audit_log_view": "clients.audit_log.view",
|
||||
"view_own_only": "clients.view.own_only",
|
||||
}
|
||||
Reference in New Issue
Block a user