- Updated copyright headers in 3,055 core application files - Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026' - Added 123 new files from EspoCRM core updates - Removed 4 deprecated files - Total changes: 61,637 insertions, 54,283 deletions This is a routine maintenance update for the new year 2026.
102 lines
2.7 KiB
JSON
102 lines
2.7 KiB
JSON
{
|
|
"controller": "controllers/record",
|
|
"aclPortal": "crm:acl-portal/account",
|
|
"views": {
|
|
"detail": "crm:views/account/detail"
|
|
},
|
|
"sidePanels": {
|
|
"detail": [
|
|
{
|
|
"name": "activities",
|
|
"reference": "activities"
|
|
},
|
|
{
|
|
"name": "history",
|
|
"reference": "history"
|
|
},
|
|
{
|
|
"name": "tasks",
|
|
"reference": "tasks"
|
|
}
|
|
],
|
|
"detailSmall": [
|
|
{
|
|
"name": "activities",
|
|
"reference": "activities"
|
|
},
|
|
{
|
|
"name": "history",
|
|
"reference": "history"
|
|
},
|
|
{
|
|
"name": "tasks",
|
|
"reference": "tasks"
|
|
}
|
|
]
|
|
},
|
|
"bottomPanels": {
|
|
"detail": [
|
|
{
|
|
"name": "activities",
|
|
"reference": "activities",
|
|
"disabled": true
|
|
},
|
|
{
|
|
"name": "history",
|
|
"reference": "history",
|
|
"disabled": true
|
|
}
|
|
]
|
|
},
|
|
"relationshipPanels": {
|
|
"contacts": {
|
|
"filterList": [
|
|
"all",
|
|
"accountActive"
|
|
],
|
|
"layout": "listForAccount",
|
|
"orderBy": "name",
|
|
"createAttributeMap": {
|
|
"billingAddressCity": "addressCity",
|
|
"billingAddressStreet": "addressStreet",
|
|
"billingAddressPostalCode": "addressPostalCode",
|
|
"billingAddressState": "addressState",
|
|
"billingAddressCountry": "addressCountry",
|
|
"id": "accountId",
|
|
"name": "accountName"
|
|
}
|
|
},
|
|
"opportunities": {
|
|
"layout": "listForAccount"
|
|
},
|
|
"campaignLogRecords": {
|
|
"rowActionsView": "views/record/row-actions/empty",
|
|
"select": false,
|
|
"create": false
|
|
},
|
|
"targetLists": {
|
|
"rowActionsView": "crm:views/record/row-actions/relationship-target",
|
|
"layout": "listForTarget",
|
|
"view": "crm:views/record/panels/target-lists"
|
|
},
|
|
"cases": {
|
|
"layout": "listForAccount"
|
|
}
|
|
},
|
|
"filterList": [
|
|
{
|
|
"name": "recentlyCreated"
|
|
}
|
|
],
|
|
"boolFilterList": [
|
|
"onlyMy"
|
|
],
|
|
"additionalLayouts": {
|
|
"detailConvert": {
|
|
"type": "detail"
|
|
}
|
|
},
|
|
"color": "#edc755",
|
|
"iconClass": "fas fa-building"
|
|
}
|