fix: Ignored user permission for parent_company and existing_company field in Company
This commit is contained in:
parent
5fbada75fa
commit
ced6898fd7
@ -157,6 +157,7 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "parent_company",
|
"fieldname": "parent_company",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
|
"ignore_user_permissions": 1,
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Parent Company",
|
"label": "Parent Company",
|
||||||
"options": "Company"
|
"options": "Company"
|
||||||
@ -277,6 +278,7 @@
|
|||||||
"depends_on": "eval:doc.create_chart_of_accounts_based_on===\"Existing Company\"",
|
"depends_on": "eval:doc.create_chart_of_accounts_based_on===\"Existing Company\"",
|
||||||
"fieldname": "existing_company",
|
"fieldname": "existing_company",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
|
"ignore_user_permissions": 1,
|
||||||
"label": "Existing Company ",
|
"label": "Existing Company ",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"options": "Company"
|
"options": "Company"
|
||||||
@ -728,7 +730,7 @@
|
|||||||
"image_field": "company_logo",
|
"image_field": "company_logo",
|
||||||
"is_tree": 1,
|
"is_tree": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-03-18 18:09:53.534211",
|
"modified": "2020-03-21 18:09:53.534211",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Setup",
|
"module": "Setup",
|
||||||
"name": "Company",
|
"name": "Company",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user