Remove CAICollection and CAdvowareAkten entities and their associated metadata, layouts, services, and translations. Update configuration and state files accordingly. Add side panel configuration for CMietinkasso.

This commit is contained in:
2026-03-11 10:24:52 +01:00
parent 9ab8f8b4bf
commit 0f307c7eca
110 changed files with 39 additions and 1599 deletions

View File

@@ -1,12 +0,0 @@
<?php
namespace Espo\Custom\Services;
use Espo\Services\Record;
/**
* Service für CAICollection Entity
*/
class CAICollection extends Record
{
// Basis-Service-Funktionalität wird von Record geerbt
}

View File

@@ -1,12 +0,0 @@
<?php
namespace Espo\Custom\Services;
use Espo\Services\Record;
/**
* Service für CAdvowareAkten Entity
*/
class CAdvowareAkten extends Record
{
// Basis-Service-Funktionalität wird von Record geerbt
}