Add AI Knowledge entity and related localization

- Introduced CAIKnowledge entity with fields for name, description, and relationships to Mietinkasso and Räumungsklage.
- Added localization files for CAIKnowledge in multiple languages including English, German, Spanish, and more.
- Updated existing JSON files to include references to AI Knowledge where applicable.
- Created necessary metadata definitions for client, entity, and record definitions for CAIKnowledge.
- Enhanced existing documents and mietinkasso resources to support new AI Knowledge functionality.
This commit is contained in:
2026-03-11 18:30:21 +01:00
parent f7b1adc015
commit c12577f4f8
62 changed files with 484 additions and 22 deletions

View File

@@ -263,6 +263,22 @@
"entity": "CMietobjekt",
"audited": false,
"isCustom": true
},
"advowareAktens": {
"type": "hasMany",
"relationName": "cAdvowareAktenDokumente",
"foreign": "dokumentes",
"entity": "CAdvowareAkten",
"audited": false,
"isCustom": true
},
"aIKnowledges": {
"type": "hasMany",
"relationName": "cAIKnowledgeDokumente",
"foreign": "dokumentes",
"entity": "CAIKnowledge",
"audited": true,
"isCustom": true
}
},
"collection": {