Description
I suggest to improve the groovy dsl with a simple method 'label' to resolve a uiLabel instead of use 'UtilProperty.getMessage()'
Currently :
UtilProperties.getMessage("AccountingUiLabels", "AccountingUpdatePaymentPermissionError", 'locale'))
Proposal
label("AccountingUiLabels", "AccountingUpdatePaymentPermissionError")