This commit is contained in:
Daniel
2019-12-16 21:50:23 +01:00
parent dfea19334d
commit 5720d73b76
9 changed files with 184 additions and 170 deletions

View File

@@ -73,12 +73,12 @@ annotate my.Authors with {
name @title:'{i18n>AuthorName}';
}
annotate my.ShippingAddresses with {
AddressID @title:'{i18n>AddressID}';
annotate my.Addresses with {
ID @title:'{i18n>AddressID}';
BusinessPartner @title:'{i18n>BusinessPartner}';
cityName @title:'{i18n>cityName}' @readonly;
streetName @title:'{i18n>streetName}' @readonly;
postalCode @title:'{i18n>postalCode}' @readonly;
country @title:'{i18n>country}' @readonly;
houseNumber @title:'{i18n>houseNumber}' @readonly;
@readonly cityName @title:'{i18n>cityName}';
@readonly streetName @title:'{i18n>streetName}';
@readonly postalCode @title:'{i18n>postalCode}';
@readonly country @title:'{i18n>country}';
@readonly houseNumber @title:'{i18n>houseNumber}';
}