diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewMetadata/my_related_object_list.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewMetadata/my_related_object_list.xml
index 9473cd70d6196eac69abb4ad2f774f780139b2d6..0adbf4b60998b694fd806c869585f35c9a842544 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewMetadata/my_related_object_list.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewMetadata/my_related_object_list.xml
@@ -317,7 +317,11 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python: [x.getPath() for x in here.portal_categories.getRelatedValueList(here)]</string> </value>
+            <value> <string encoding="cdata"><![CDATA[
+
+python: [\'<a href="%s">%s</a>\' % (x.absolute_url(), x.getPath()) for x in here.portal_categories.getRelatedValueList(here)]
+
+]]></string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 95c8a676e9d535b85485c6a8d1ee1991c9391ad0..c9c41087e2102d5af5f3ea8aa420e47ad3085707 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-113
\ No newline at end of file
+114
\ No newline at end of file