Enhance EspoCRM entities and layouts with new relationships, fields, and troubleshooting sections; update README.md for clarity and add new layout files for CAdressen and CBeteiligte.
This commit is contained in:
@@ -129,6 +129,30 @@
|
||||
"entity": "CDokumente",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"contactsRumungsklage": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cVmhRumungsklageContact",
|
||||
"foreign": "cVmhRumungsklageContact",
|
||||
"entity": "Contact",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"klaeger": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cBeteiligteVmhRumungsklageKlaeger",
|
||||
"foreign": "vmhRumungsklagesKlaeger",
|
||||
"entity": "CBeteiligte",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"beklagte": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cBeteiligteVmhRumungsklageBeklagte",
|
||||
"foreign": "vmhRumungsklagesBeklagte",
|
||||
"entity": "CBeteiligte",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
|
||||
Reference in New Issue
Block a user