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:
@@ -53,6 +53,38 @@
|
||||
"entity": "CMietobjekt",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"cBeteiligteContact": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cBeteiligteContact",
|
||||
"foreign": "contactsBeteiligte",
|
||||
"entity": "CBeteiligte",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"cMietobjekteContactPortal": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cMietobjektContactPortal",
|
||||
"foreign": "contactsMietobjekt",
|
||||
"entity": "CMietobjekt",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"cAdressenContact": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cAdressenContact",
|
||||
"foreign": "contactsAdressen",
|
||||
"entity": "CAdressen",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"cVmhRumungsklageContact": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cVmhRumungsklageContact",
|
||||
"foreign": "contactsRumungsklage",
|
||||
"entity": "CVmhRumungsklage",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"fields": {
|
||||
|
||||
Reference in New Issue
Block a user