fix: allow Auditor to select a company

This commit is contained in:
barredterra
2024-05-27 17:39:46 +02:00
parent 537e0e32b2
commit 06401cc84f

View File

@@ -779,7 +779,7 @@
"image_field": "company_logo", "image_field": "company_logo",
"is_tree": 1, "is_tree": 1,
"links": [], "links": [],
"modified": "2024-05-16 12:39:54.694232", "modified": "2024-05-27 17:32:49.057386",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Company", "name": "Company",
@@ -835,6 +835,10 @@
"role": "Accounts Manager", "role": "Accounts Manager",
"share": 1, "share": 1,
"write": 1 "write": 1
},
{
"role": "Auditor",
"select": 1
} }
], ],
"show_name_in_global_search": 1, "show_name_in_global_search": 1,