diff --git a/bt5/erp5_dms/PortalTypeBaseCategoryTemplateItem/base_category_list.xml b/bt5/erp5_dms/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
index 25f50cd9075947d31cb8ca6d17e340331725065c..1be337f88a2376d06595b34c2f66c5f4c875d8c1 100644
--- a/bt5/erp5_dms/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
+++ b/bt5/erp5_dms/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
@@ -2,7 +2,7 @@
  <portal_type id="Web Page">
   <item>group</item>
   <item>site</item>
-  <item>source_project</item>
+  <item>follow_up</item>
   <item>function</item>
  </portal_type>
 </base_category_list>
\ No newline at end of file
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_viewClassification.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_viewClassification.xml
index 856b38d920eb5b9553beed8b70357d21bba74fe9..e948544c9e02737b119a75f4131ecc9f2368768f 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_viewClassification.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_viewClassification.xml
@@ -112,7 +112,7 @@
                     <value>
                       <list>
                         <string>my_classification_list</string>
-                        <string>my_source_project_title</string>
+                        <string>my_follow_up_title</string>
                         <string>my_publication_section</string>
                         <string>my_function</string>
                         <string>my_group</string>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_viewClassification/my_source_project_title.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_viewClassification/my_follow_up_title.xml
similarity index 99%
rename from bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_viewClassification/my_source_project_title.xml
rename to bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_viewClassification/my_follow_up_title.xml
index 6fa1f2de22e20c3594f40a7ef4e30e1e998ad555..4f3c419b69fb2682d2e7336eb78b9801c4d507b9 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_viewClassification/my_source_project_title.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_viewClassification/my_follow_up_title.xml
@@ -11,7 +11,7 @@
       <dictionary>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>my_source_project_title</string> </value>
+            <value> <string>my_follow_up_title</string> </value>
         </item>
         <item>
             <key> <string>message_values</string> </key>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ContributionTool_getPropertyDictFromFileName.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ContributionTool_getPropertyDictFromFileName.xml
index ba87186749512e25f0bc9b5ea49371e1032bac17..e60eac256fd83cf698748e6a13c2b902afc8d51d 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ContributionTool_getPropertyDictFromFileName.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ContributionTool_getPropertyDictFromFileName.xml
@@ -75,7 +75,7 @@
   using regular expression defined in preferences. \n
 \n
   Uses provided arguments to generate document\'s reference, language, \n
-  title, source_project and/or source_conference.\n
+  title, follow_up and/or source_conference.\n
 \n
   If necessary can do additional things (like mapping\n
   portal type id to portal type name).\n
@@ -93,7 +93,7 @@ local_id = property_dict.get(\'local_id\', \'undefined\')\n
 reference = property_dict.get(\'reference\', None)\n
 group_reference_path = property_dict.get(\'group_reference_path\', None)\n
 source_conference_reference = property_dict.get(\'source_conference_reference\', None)\n
-source_project_reference = property_dict.get(\'source_project_reference\', None)\n
+follow_up_reference = property_dict.get(\'follow_up_reference\', None)\n
 \n
 new_dict = dict(language = language, \n
                 version = version)\n
@@ -102,17 +102,17 @@ if reference:\n
   # we get directly extracted reference in property_dict (from re pattern)\n
   # this method has highest priority\n
   pass\n
-elif source_project_reference:\n
+elif follow_up_reference:\n
   # generate document\'s reference using project reference\n
-  reference = \'P-%s-%s\' %(source_project_reference, local_id)\n
-  project = context.portal_catalog.getResultValue(reference = source_project_reference,\n
+  reference = \'P-%s-%s\' %(follow_up_reference, local_id)\n
+  project = context.portal_catalog.getResultValue(reference = follow_up_reference,\n
                                                   portal_type = \'Project\')\n
   if project:\n
-    new_dict[\'source_project\'] = project.getRelativeUrl()\n
+    new_dict[\'follow_up\'] = project.getRelativeUrl()\n
 elif source_conference_reference:\n
   # generate document\'s reference using conference reference\n
   reference = \'C-%s-%s\' % (source_conference_reference, local_id)\n
-  conference = context.portal_catalog.getResultValue(reference = source_project_reference,\n
+  conference = context.portal_catalog.getResultValue(reference = follow_up_reference,\n
                                                      portal_type = \'Conference\')\n
   if conference:\n
     new_dict[\'source_conference\'] = conference.getRelativeUrl()\n
@@ -205,7 +205,7 @@ return new_dict\n
                             <string>reference</string>
                             <string>group_reference_path</string>
                             <string>source_conference_reference</string>
-                            <string>source_project_reference</string>
+                            <string>follow_up_reference</string>
                             <string>dict</string>
                             <string>new_dict</string>
                             <string>context</string>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_getPopupInfo.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_getPopupInfo.xml
index f7943ea8fa1e974ada4750cc3f1814a3977ab32e..1f4cf40ff8efa2f04da9db25c7a2a94ad4a5fceb 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_getPopupInfo.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_getPopupInfo.xml
@@ -102,7 +102,7 @@ except AttributeError:\n
   doc_info[\'group\'] = \'\'\n
   \n
 try:\n
-  doc_info[\'project\'] = context.getSourceProjectTitle() or \'\'\n
+  doc_info[\'project\'] = context.getFollowUpTitle() or \'\'\n
 except AttributeError:\n
   doc_info[\'project\'] = \'\'\n
 \n
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_library.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_library.xml
index 06200774ac405c56535ba1e2f2c2b032f5ec6395..46dd49852fd9323d347773cde4301d6bffd989fb 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_library.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_library.xml
@@ -74,7 +74,7 @@
                     <value>
                       <list>
                         <string>my_dms_category_list</string>
-                        <string>my_source_project_title</string>
+                        <string>my_follow_up_title</string>
                       </list>
                     </value>
                 </item>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_library/my_source_project_title.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_library/my_follow_up_title.xml
similarity index 99%
rename from bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_library/my_source_project_title.xml
rename to bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_library/my_follow_up_title.xml
index ea73b2871d74380d0632b815fec748ca4df03fa0..785e6112c89ed3d49d663054288a2457e2994b3e 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_library/my_source_project_title.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_library/my_follow_up_title.xml
@@ -20,7 +20,7 @@
         </item>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>my_source_project_title</string> </value>
+            <value> <string>my_follow_up_title</string> </value>
         </item>
         <item>
             <key> <string>message_values</string> </key>
@@ -383,7 +383,7 @@
                 </item>
                 <item>
                     <key> <string>base_category</string> </key>
-                    <value> <string>source_project</string> </value>
+                    <value> <string>follow_up</string> </value>
                 </item>
                 <item>
                     <key> <string>catalog_index</string> </key>
@@ -552,7 +552,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python:here.Base_getRelatedObjectTitle(\'source_project\')</string> </value>
+            <value> <string>python:here.Base_getRelatedObjectTitle(\'follow_up\')</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_policyApplies.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_policyApplies.xml
index 8ebe9f234e277cdb6fd3596238413fbec765edd1..ed54ebedcfedd4408c7bdd8a3b42970712b40059 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_policyApplies.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_policyApplies.xml
@@ -76,7 +76,7 @@ policies (defined with wildcard, like "personal/*" or "*/project") applies to th
 Classification has to have two levels, and first level is translated into a selected second-level\n
 classification.\n
 \n
-Some classifications require something more to apply (like */project requires source_project), but\n
+Some classifications require something more to apply (like */project requires follow_up), but\n
 this check can be skipped by setting membershiponly to True.\n
 """\n
 \n
@@ -99,7 +99,7 @@ pol = policy.split(\'/\')\n
 if not membershiponly:\n
   # project policies do not apply if we don\'t have source_project\n
   if pol[1] == \'project\':\n
-    if context.getSourceProject() == None:\n
+    if context.getFollowUp() == None:\n
       return False\n
 \n
 # if all conditions are met, check if the policy is ok (wildcards are ok)\n
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromAssignmentTree.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromAssignmentTree.xml
index 18e4399573371ab8c94b279b36d2ed16de52123c..665250c1c590d15f407aa8da1a04151ac6965822 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromAssignmentTree.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromAssignmentTree.xml
@@ -75,7 +75,7 @@ A script returning security categories from a Person\'s assignments.\n
 \n
 Differences to the stock implementation:\n
 \n
-*  if category is source_project, we look for destination_project\n
+*  if category is follow_up, we look for destination_project\n
 \n
 * if category not strict, we return not only the category, but also all its parents\n
   (unless we say it is strict)\n
@@ -108,7 +108,7 @@ for assignment in person_object.contentValues(filter={\'portal_type\': \'Assignm
   if assignment.getValidationState() == \'open\':\n
     try:\n
       for base_category in base_category_list:\n
-        if base_category == \'source_project\':\n
+        if base_category == \'follow_up\':\n
           category_value = assignment.getDestinationProject()\n
         else:\n
           category_value = assignment.getProperty(base_category)\n
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromDestinationAssignment.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromDestinationAssignment.xml
index 3d5e4da2ef673722d57568906198af9251d8fdf3..0dab4f9978a40d3654deee1052e6dc06e68ac3a1 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromDestinationAssignment.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromDestinationAssignment.xml
@@ -81,7 +81,7 @@ for person_object in object.getDestinationValueList(portal_type=\'Person\'):\n
     if assignment.getValidationState() == \'open\':\n
       category_dict = {}\n
       for base_category in base_category_list:\n
-        if base_category == \'source_project\':\n
+        if base_category == \'follow_up\':\n
           category_value = assignment.getDestinationProject()\n
         else:\n
           category_value = assignment.getProperty(base_category)\n
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromObjectAssignment.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromObjectAssignment.xml
index 6f651431d5a2ef1566612a900c40bfbf015d4005..fd4b117f0dd27eeddcbb9d172f4b5ccedeceee13 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromObjectAssignment.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryFromObjectAssignment.xml
@@ -85,7 +85,7 @@ for assignment in person_object.contentValues(filter={\'portal_type\': \'Assignm
   if assignment.getValidationState() == \'open\':\n
     category_dict = {}\n
     for base_category in base_category_list:\n
-      if base_category == \'source_project\':\n
+      if base_category == \'follow_up\':\n
         category_value = assignment.getDestinationProject()\n
       else:\n
         category_value = assignment.getProperty(base_category)\n
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryMapping.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryMapping.xml
index 768fd167ae633788eba1688501f177abd626b003..e594c465b133409c40bcfed24e898b423bfcb5e2 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryMapping.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ERP5Type_getSecurityCategoryMapping.xml
@@ -78,8 +78,8 @@ deprecated ERP5Type_asSecurityGroupIdList\n
 \n
 return (\n
 (\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'function\'] ),\n
-(\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'source_project\'] ),\n
-(\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'function\', \'source_project\'] ),\n
+(\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'follow_up\'] ),\n
+(\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'function\', \'follow_up\'] ),\n
 (\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'group\'] ),\n
 (\'ERP5Type_getSecurityCategoryRoot\', [\'group\']),\n
 )\n
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalDocument_view.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalDocument_view.xml
index 90d90b3e635e8f15bcc163640e59d1fa00c80fef..eb7228def28a6cb217ffb226f6facf6af0c79699 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalDocument_view.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalDocument_view.xml
@@ -111,7 +111,7 @@
                     <value>
                       <list>
                         <string>link</string>
-                        <string>my_source_project_title</string>
+                        <string>my_follow_up_title</string>
                         <string>my_classification</string>
                         <string>my_dms_category_list</string>
                       </list>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalSource_view.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalSource_view.xml
index 0385031eac4624d51e98fd497ff001f97408af11..dd8aea46e1460c4dba5306fd8d455488afb5d384 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalSource_view.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalSource_view.xml
@@ -125,7 +125,7 @@
                         <string>my_group_list</string>
                         <string>my_site_list</string>
                         <string>my_function_list</string>
-                        <string>my_source_project_title</string>
+                        <string>my_follow_up_title</string>
                         <string>my_publication_section_list</string>
                         <string>my_translated_validation_state_title</string>
                         <string>my_subject_list</string>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Image_view/my_source_project_title.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalSource_view/my_follow_up_title.xml
similarity index 95%
rename from bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Image_view/my_source_project_title.xml
rename to bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalSource_view/my_follow_up_title.xml
index 25b46f862146ca85123f174898524d41a9a24a2b..5f3f063308c06445eef1e0fcb1a60c314956f29d 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Image_view/my_source_project_title.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalSource_view/my_follow_up_title.xml
@@ -20,7 +20,7 @@
         </item>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>my_source_project_title</string> </value>
+            <value> <string>my_follow_up_title</string> </value>
         </item>
         <item>
             <key> <string>message_values</string> </key>
@@ -91,7 +91,7 @@
                 </item>
                 <item>
                     <key> <string>field_id</string> </key>
-                    <value> <string>my_source_project_title</string> </value>
+                    <value> <string>my_follow_up_title</string> </value>
                 </item>
                 <item>
                     <key> <string>form_id</string> </key>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/File_view.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/File_view.xml
index c8344292febbe3bf96fb49cea5b62639fc2df8f7..ed29c8d42acb209241362726214b523739f653f1 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/File_view.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/File_view.xml
@@ -136,7 +136,7 @@
                         <string>my_group_list</string>
                         <string>my_site_list</string>
                         <string>my_function_list</string>
-                        <string>my_source_project_title</string>
+                        <string>my_follow_up_title</string>
                         <string>my_publication_section_list</string>
                         <string>my_translated_validation_state_title</string>
                       </list>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view/my_source_project_title.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/File_view/my_follow_up_title.xml
similarity index 95%
rename from bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view/my_source_project_title.xml
rename to bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/File_view/my_follow_up_title.xml
index 25b46f862146ca85123f174898524d41a9a24a2b..5f3f063308c06445eef1e0fcb1a60c314956f29d 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view/my_source_project_title.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/File_view/my_follow_up_title.xml
@@ -20,7 +20,7 @@
         </item>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>my_source_project_title</string> </value>
+            <value> <string>my_follow_up_title</string> </value>
         </item>
         <item>
             <key> <string>message_values</string> </key>
@@ -91,7 +91,7 @@
                 </item>
                 <item>
                     <key> <string>field_id</string> </key>
-                    <value> <string>my_source_project_title</string> </value>
+                    <value> <string>my_follow_up_title</string> </value>
                 </item>
                 <item>
                     <key> <string>form_id</string> </key>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Image_view.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Image_view.xml
index bdf500fd9a6b8f33053265e4da70e2fbf92ab23b..e7ceb39eda5f359ee3c01ae9d6fe53e707b45a00 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Image_view.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Image_view.xml
@@ -136,7 +136,7 @@
                         <string>my_group_list</string>
                         <string>my_site_list</string>
                         <string>my_function_list</string>
-                        <string>my_source_project_title</string>
+                        <string>my_follow_up_title</string>
                         <string>my_publication_section_list</string>
                         <string>my_translated_validation_state_title</string>
                       </list>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalSource_view/my_source_project_title.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Image_view/my_follow_up_title.xml
similarity index 95%
rename from bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalSource_view/my_source_project_title.xml
rename to bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Image_view/my_follow_up_title.xml
index 25b46f862146ca85123f174898524d41a9a24a2b..5f3f063308c06445eef1e0fcb1a60c314956f29d 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/ExternalSource_view/my_source_project_title.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Image_view/my_follow_up_title.xml
@@ -20,7 +20,7 @@
         </item>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>my_source_project_title</string> </value>
+            <value> <string>my_follow_up_title</string> </value>
         </item>
         <item>
             <key> <string>message_values</string> </key>
@@ -91,7 +91,7 @@
                 </item>
                 <item>
                     <key> <string>field_id</string> </key>
-                    <value> <string>my_source_project_title</string> </value>
+                    <value> <string>my_follow_up_title</string> </value>
                 </item>
                 <item>
                     <key> <string>form_id</string> </key>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view.xml
index b1295bf01f632734085cbd2b7f237c7db2ef216c..c9c5ee5422c6766785a6fc35cbce2026f7044e04 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view.xml
@@ -136,7 +136,7 @@
                         <string>my_group_list</string>
                         <string>my_site_list</string>
                         <string>my_function_list</string>
-                        <string>my_source_project_title</string>
+                        <string>my_follow_up_title</string>
                         <string>my_publication_section_list</string>
                         <string>my_translated_validation_state_title</string>
                       </list>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/File_view/my_source_project_title.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view/my_follow_up_title.xml
similarity index 95%
rename from bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/File_view/my_source_project_title.xml
rename to bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view/my_follow_up_title.xml
index 25b46f862146ca85123f174898524d41a9a24a2b..5f3f063308c06445eef1e0fcb1a60c314956f29d 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/File_view/my_source_project_title.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view/my_follow_up_title.xml
@@ -20,7 +20,7 @@
         </item>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>my_source_project_title</string> </value>
+            <value> <string>my_follow_up_title</string> </value>
         </item>
         <item>
             <key> <string>message_values</string> </key>
@@ -91,7 +91,7 @@
                 </item>
                 <item>
                     <key> <string>field_id</string> </key>
-                    <value> <string>my_source_project_title</string> </value>
+                    <value> <string>my_follow_up_title</string> </value>
                 </item>
                 <item>
                     <key> <string>form_id</string> </key>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/WebPage_view/my_follow_up_title.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/WebPage_view/my_follow_up_title.xml
new file mode 100644
index 0000000000000000000000000000000000000000..5f3f063308c06445eef1e0fcb1a60c314956f29d
--- /dev/null
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/WebPage_view/my_follow_up_title.xml
@@ -0,0 +1,110 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.ERP5Form.ProxyField</string>
+          <string>ProxyField</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>delegated_list</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>my_follow_up_title</string> </value>
+        </item>
+        <item>
+            <key> <string>message_values</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>external_validator_failed</string> </key>
+                    <value> <string>The input failed the external validator.</string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>overrides</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>extra_context</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string></string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>tales</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>extra_context</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string></string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>values</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>extra_context</string> </key>
+                    <value>
+                      <list/>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string>my_follow_up_title</string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string>Document_library</string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string>Click to edit the target</string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>
diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/WebPage_view/my_source_project_title.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/WebPage_view/my_source_project_title.xml
deleted file mode 100644
index 25b46f862146ca85123f174898524d41a9a24a2b..0000000000000000000000000000000000000000
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/WebPage_view/my_source_project_title.xml
+++ /dev/null
@@ -1,110 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
-  <record id="1" aka="AAAAAAAAAAE=">
-    <pickle>
-      <tuple>
-        <tuple>
-          <string>Products.ERP5Form.ProxyField</string>
-          <string>ProxyField</string>
-        </tuple>
-        <none/>
-      </tuple>
-    </pickle>
-    <pickle>
-      <dictionary>
-        <item>
-            <key> <string>delegated_list</string> </key>
-            <value>
-              <list/>
-            </value>
-        </item>
-        <item>
-            <key> <string>id</string> </key>
-            <value> <string>my_source_project_title</string> </value>
-        </item>
-        <item>
-            <key> <string>message_values</string> </key>
-            <value>
-              <dictionary>
-                <item>
-                    <key> <string>external_validator_failed</string> </key>
-                    <value> <string>The input failed the external validator.</string> </value>
-                </item>
-              </dictionary>
-            </value>
-        </item>
-        <item>
-            <key> <string>overrides</string> </key>
-            <value>
-              <dictionary>
-                <item>
-                    <key> <string>extra_context</string> </key>
-                    <value> <string></string> </value>
-                </item>
-                <item>
-                    <key> <string>field_id</string> </key>
-                    <value> <string></string> </value>
-                </item>
-                <item>
-                    <key> <string>form_id</string> </key>
-                    <value> <string></string> </value>
-                </item>
-                <item>
-                    <key> <string>target</string> </key>
-                    <value> <string></string> </value>
-                </item>
-              </dictionary>
-            </value>
-        </item>
-        <item>
-            <key> <string>tales</string> </key>
-            <value>
-              <dictionary>
-                <item>
-                    <key> <string>extra_context</string> </key>
-                    <value> <string></string> </value>
-                </item>
-                <item>
-                    <key> <string>field_id</string> </key>
-                    <value> <string></string> </value>
-                </item>
-                <item>
-                    <key> <string>form_id</string> </key>
-                    <value> <string></string> </value>
-                </item>
-                <item>
-                    <key> <string>target</string> </key>
-                    <value> <string></string> </value>
-                </item>
-              </dictionary>
-            </value>
-        </item>
-        <item>
-            <key> <string>values</string> </key>
-            <value>
-              <dictionary>
-                <item>
-                    <key> <string>extra_context</string> </key>
-                    <value>
-                      <list/>
-                    </value>
-                </item>
-                <item>
-                    <key> <string>field_id</string> </key>
-                    <value> <string>my_source_project_title</string> </value>
-                </item>
-                <item>
-                    <key> <string>form_id</string> </key>
-                    <value> <string>Document_library</string> </value>
-                </item>
-                <item>
-                    <key> <string>target</string> </key>
-                    <value> <string>Click to edit the target</string> </value>
-                </item>
-              </dictionary>
-            </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
-</ZopeData>
diff --git a/bt5/erp5_dms/bt/template_portal_type_base_category_list b/bt5/erp5_dms/bt/template_portal_type_base_category_list
index c8d0cdc8ad790de461ee379ac40782524087a590..9bc4b979b8f974018892888ecd3c051cc14ffd1b 100644
--- a/bt5/erp5_dms/bt/template_portal_type_base_category_list
+++ b/bt5/erp5_dms/bt/template_portal_type_base_category_list
@@ -1,4 +1,4 @@
 Web Page | function
 Web Page | group
 Web Page | site
-Web Page | source_project
\ No newline at end of file
+Web Page | follow_up
\ No newline at end of file