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:
@@ -106,6 +106,22 @@
|
||||
"entity": "Contact",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"contactsMietobjekt": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cMietobjektContactPortal",
|
||||
"foreign": "cMietobjekteContactPortal",
|
||||
"entity": "Contact",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"dokumentesMietobjekt": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cMietobjektDokumente",
|
||||
"foreign": "mietobjekt2dokumente",
|
||||
"entity": "CDokumente",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
|
||||
Reference in New Issue
Block a user