Add CKndigung entity and related resources
- Created CKndigung controller extending BasePlus. - Added internationalization support for CKndigung in multiple languages (ar_AR, bg_BG, cs_CZ, da_DK, de_DE, en_GB, en_US, es_ES, es_MX, fa_IR, fr_FR, hr_HR, hu_HU, id_ID, it_IT, ja_JP, lt_LT, lv_LV, nb_NO, nl_NL, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sk_SK, sl_SI, sr_RS, sv_SE, th_TH, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW). - Defined CKndigung metadata including entity definitions, record definitions, and scopes. - Updated global configuration to include CKndigung in relevant lists.
This commit is contained in:
10
custom/Espo/Custom/Resources/i18n/ar_AR/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/ar_AR/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "الاجتماعات",
|
||||
"calls": "المكالمات",
|
||||
"tasks": "مهام"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "إنشاء {الكيانTypeTranslated}"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/bg_BG/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/bg_BG/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Срещи",
|
||||
"calls": "Разговори",
|
||||
"tasks": "Задачи"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Създаване на Kündigung"
|
||||
}
|
||||
}
|
||||
5
custom/Espo/Custom/Resources/i18n/cs_CZ/CKndigung.json
Normal file
5
custom/Espo/Custom/Resources/i18n/cs_CZ/CKndigung.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create CKndigung": "Vytvořit Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/da_DK/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/da_DK/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Møder",
|
||||
"calls": "Opkald",
|
||||
"tasks": "Opgaver"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Opret Kündigung "
|
||||
}
|
||||
}
|
||||
9
custom/Espo/Custom/Resources/i18n/de_DE/CKndigung.json
Normal file
9
custom/Espo/Custom/Resources/i18n/de_DE/CKndigung.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"links": {
|
||||
"calls": "Anrufe",
|
||||
"tasks": "Aufgaben"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Kündigung erstellen"
|
||||
}
|
||||
}
|
||||
1
custom/Espo/Custom/Resources/i18n/en_GB/CKndigung.json
Normal file
1
custom/Espo/Custom/Resources/i18n/en_GB/CKndigung.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
12
custom/Espo/Custom/Resources/i18n/en_US/CKndigung.json
Normal file
12
custom/Espo/Custom/Resources/i18n/en_US/CKndigung.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"fields": {
|
||||
},
|
||||
"links": {
|
||||
"meetings": "Meetings",
|
||||
"calls": "Calls",
|
||||
"tasks": "Tasks"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Create Kündigung"
|
||||
}
|
||||
}
|
||||
@@ -12,7 +12,8 @@
|
||||
"Contact": "Portalnutzer",
|
||||
"CCallQueues": "Call-Queue",
|
||||
"CBankverbindungen": "Bankverbindung",
|
||||
"CMietinkasso": "Mietinkasso"
|
||||
"CMietinkasso": "Mietinkasso",
|
||||
"CKndigung": "Kündigung"
|
||||
},
|
||||
"scopeNamesPlural": {
|
||||
"CVmhMietverhltnis": "Mietverhältnisse",
|
||||
@@ -27,6 +28,7 @@
|
||||
"Contact": "Portalnutzer",
|
||||
"CCallQueues": "Call-Queues",
|
||||
"CBankverbindungen": "Bankverbindungen",
|
||||
"CMietinkasso": "Mietinkassa"
|
||||
"CMietinkasso": "Mietinkassa",
|
||||
"CKndigung": "Kündigungen"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/es_ES/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/es_ES/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Reuniones",
|
||||
"calls": "Llamadas",
|
||||
"tasks": "Tareas"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Crear Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/es_MX/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/es_MX/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Presentaciones",
|
||||
"calls": "Llamadas",
|
||||
"tasks": "Tareas"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Crear Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/fa_IR/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/fa_IR/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "جلسات",
|
||||
"calls": "تماس ها",
|
||||
"tasks": "وظایف"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "ایجاد Kündigung"
|
||||
}
|
||||
}
|
||||
5
custom/Espo/Custom/Resources/i18n/fr_FR/CKndigung.json
Normal file
5
custom/Espo/Custom/Resources/i18n/fr_FR/CKndigung.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create CKndigung": "Créer un Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/hr_HR/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/hr_HR/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Sastanci",
|
||||
"calls": "Pozivi",
|
||||
"tasks": "Zadaci"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Kreiraj Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/hu_HU/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/hu_HU/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "találkozók",
|
||||
"calls": "felhívja",
|
||||
"tasks": "Feladatok"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "{EntityTypeTranslated} létrehozása"
|
||||
}
|
||||
}
|
||||
5
custom/Espo/Custom/Resources/i18n/id_ID/CKndigung.json
Normal file
5
custom/Espo/Custom/Resources/i18n/id_ID/CKndigung.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create CKndigung": "Buat Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/it_IT/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/it_IT/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Riunioni",
|
||||
"calls": "Chiamate",
|
||||
"tasks": "Compiti"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Crea Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/ja_JP/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/ja_JP/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "会議",
|
||||
"calls": "通話",
|
||||
"tasks": "タスク"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Kündigung を作成する"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/lt_LT/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/lt_LT/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Susitikimai",
|
||||
"calls": "Skambučiai",
|
||||
"tasks": "Užduotys"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Sukurti Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/lv_LV/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/lv_LV/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Tikšanās",
|
||||
"calls": "Zvani",
|
||||
"tasks": "Uzdevumi"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Izveidot Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/nb_NO/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/nb_NO/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Møter",
|
||||
"calls": "Samtaler",
|
||||
"tasks": "Oppgaver"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Opprett Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/nl_NL/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/nl_NL/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Vergaderingen",
|
||||
"calls": "Gesprekken",
|
||||
"tasks": "Taken"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Creëer Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/pl_PL/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/pl_PL/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Spotkania",
|
||||
"calls": "Połączenia",
|
||||
"tasks": "Zadania"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Utwórz Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/pt_BR/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/pt_BR/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Reuniões",
|
||||
"calls": "Ligações",
|
||||
"tasks": "Tarefas"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Criar Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/pt_PT/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/pt_PT/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Reuniões",
|
||||
"calls": "Chamadas",
|
||||
"tasks": "Tarefas"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Criar Kündigung"
|
||||
}
|
||||
}
|
||||
5
custom/Espo/Custom/Resources/i18n/ro_RO/CKndigung.json
Normal file
5
custom/Espo/Custom/Resources/i18n/ro_RO/CKndigung.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create CKndigung": "Creare Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/ru_RU/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/ru_RU/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Встречи",
|
||||
"calls": "Звонки",
|
||||
"tasks": "Задачи"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Создать Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/sk_SK/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sk_SK/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Stretnutia",
|
||||
"calls": "Hovory",
|
||||
"tasks": "Úlohy"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Vytvoriť Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/sl_SI/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sl_SI/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Srečanja",
|
||||
"calls": "Klici",
|
||||
"tasks": "Naloge"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Ustvari Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/sr_RS/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sr_RS/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Ročišta",
|
||||
"calls": "Pozivi",
|
||||
"tasks": "Zadaci"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Napravi Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/sv_SE/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sv_SE/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Möten",
|
||||
"calls": "Samtal",
|
||||
"tasks": "Uppgifter"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Skapa Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/th_TH/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/th_TH/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "การประชุม",
|
||||
"calls": "โทร",
|
||||
"tasks": "งาน"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "สร้าง Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/tr_TR/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/tr_TR/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Toplantılar",
|
||||
"calls": "(Seslenme)",
|
||||
"tasks": "Görevler"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Kündigung oluştur"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/uk_UA/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/uk_UA/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Зустрічі",
|
||||
"calls": "Дзвінки",
|
||||
"tasks": "Завдання"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Створити Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/vi_VN/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/vi_VN/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Cuộc hẹn",
|
||||
"calls": "Cuộc gọi",
|
||||
"tasks": "Nhiệm vụ"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "Tạo Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/zh_CN/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/zh_CN/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "会晤",
|
||||
"calls": "通话",
|
||||
"tasks": "任务"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "创建 Kündigung"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/zh_TW/CKndigung.json
Normal file
10
custom/Espo/Custom/Resources/i18n/zh_TW/CKndigung.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "會議",
|
||||
"calls": "通話",
|
||||
"tasks": "任務"
|
||||
},
|
||||
"labels": {
|
||||
"Create CKndigung": "建立Kündigung"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"controller": "controllers/record",
|
||||
"boolFilterList": [
|
||||
"onlyMy"
|
||||
],
|
||||
"sidePanels": {
|
||||
"detail": [
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
"iconClass": "fas fa-circle-stop"
|
||||
}
|
||||
110
custom/Espo/Custom/Resources/metadata/entityDefs/CKndigung.json
Normal file
110
custom/Espo/Custom/Resources/metadata/entityDefs/CKndigung.json
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": {
|
||||
"type": "varchar",
|
||||
"required": true,
|
||||
"pattern": "$noBadCharacters"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
},
|
||||
"modifiedAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
},
|
||||
"createdBy": {
|
||||
"type": "link",
|
||||
"readOnly": true,
|
||||
"view": "views/fields/user"
|
||||
},
|
||||
"modifiedBy": {
|
||||
"type": "link",
|
||||
"readOnly": true,
|
||||
"view": "views/fields/user"
|
||||
},
|
||||
"assignedUser": {
|
||||
"type": "link",
|
||||
"required": false,
|
||||
"view": "views/fields/assigned-user"
|
||||
},
|
||||
"teams": {
|
||||
"type": "linkMultiple",
|
||||
"view": "views/fields/teams"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"createdBy": {
|
||||
"type": "belongsTo",
|
||||
"entity": "User"
|
||||
},
|
||||
"modifiedBy": {
|
||||
"type": "belongsTo",
|
||||
"entity": "User"
|
||||
},
|
||||
"assignedUser": {
|
||||
"type": "belongsTo",
|
||||
"entity": "User"
|
||||
},
|
||||
"teams": {
|
||||
"type": "hasMany",
|
||||
"entity": "Team",
|
||||
"relationName": "entityTeam",
|
||||
"layoutRelationshipsDisabled": true
|
||||
},
|
||||
"meetings": {
|
||||
"type": "hasMany",
|
||||
"entity": "Meeting",
|
||||
"foreign": "parent"
|
||||
},
|
||||
"calls": {
|
||||
"type": "hasMany",
|
||||
"entity": "Call",
|
||||
"foreign": "parent"
|
||||
},
|
||||
"tasks": {
|
||||
"type": "hasChildren",
|
||||
"entity": "Task",
|
||||
"foreign": "parent"
|
||||
},
|
||||
"emails": {
|
||||
"type": "hasChildren",
|
||||
"entity": "Email",
|
||||
"foreign": "parent",
|
||||
"layoutRelationshipsDisabled": true
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
"orderBy": "createdAt",
|
||||
"order": "desc"
|
||||
},
|
||||
"indexes": {
|
||||
"name": {
|
||||
"columns": [
|
||||
"name",
|
||||
"deleted"
|
||||
]
|
||||
},
|
||||
"assignedUser": {
|
||||
"columns": [
|
||||
"assignedUserId",
|
||||
"deleted"
|
||||
]
|
||||
},
|
||||
"createdAt": {
|
||||
"columns": [
|
||||
"createdAt"
|
||||
]
|
||||
},
|
||||
"createdAtId": {
|
||||
"unique": true,
|
||||
"columns": [
|
||||
"createdAt",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,8 @@
|
||||
"CVmhVermieter",
|
||||
"CBeteiligte",
|
||||
"CCallQueues",
|
||||
"CMietinkasso"
|
||||
"CMietinkasso",
|
||||
"CKndigung"
|
||||
]
|
||||
},
|
||||
"cWichtigkeit": {
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"CVmhVermieter",
|
||||
"CBeteiligte",
|
||||
"CCallQueues",
|
||||
"CMietinkasso"
|
||||
"CMietinkasso",
|
||||
"CKndigung"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"CVmhVermieter",
|
||||
"CBeteiligte",
|
||||
"CCallQueues",
|
||||
"CMietinkasso"
|
||||
"CMietinkasso",
|
||||
"CKndigung"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"CVmhVermieter",
|
||||
"CBeteiligte",
|
||||
"CCallQueues",
|
||||
"CMietinkasso"
|
||||
"CMietinkasso",
|
||||
"CKndigung"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"duplicateWhereBuilderClassName": "Espo\\Classes\\DuplicateWhereBuilders\\General"
|
||||
}
|
||||
23
custom/Espo/Custom/Resources/metadata/scopes/CKndigung.json
Normal file
23
custom/Espo/Custom/Resources/metadata/scopes/CKndigung.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"entity": true,
|
||||
"layouts": true,
|
||||
"tab": true,
|
||||
"acl": true,
|
||||
"aclPortal": true,
|
||||
"aclPortalLevelList": [
|
||||
"all",
|
||||
"account",
|
||||
"contact",
|
||||
"own",
|
||||
"no"
|
||||
],
|
||||
"customizable": true,
|
||||
"importable": true,
|
||||
"notifications": true,
|
||||
"stream": true,
|
||||
"disabled": false,
|
||||
"type": "BasePlus",
|
||||
"module": "Custom",
|
||||
"object": true,
|
||||
"isCustom": true
|
||||
}
|
||||
Reference in New Issue
Block a user