Hi,
After generation/installation of component, I've got messages :
Undefined property: stdClass::$color in /Applications/XAMPP/xamppfiles/htdocs/uved4/administrator/components/com_XXX/dom/html/form/input/select/radio.php on line 124
$options['color'] = $item->$colorKey;
If it can help anyone, I've changed it with a color :
$options['color'] = '#000';