diff --git a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Production%20Reduction%20Solver.xml b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Production%20Reduction%20Solver.xml
index a8b09bcc689c64b9ddecf1996a74b0a5538d6dfa..74c5dc6130c625376f5e6eb7321255b4e9ed70a8 100644
--- a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Production%20Reduction%20Solver.xml
+++ b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Production%20Reduction%20Solver.xml
@@ -62,7 +62,7 @@
             <value> <string>Split and Differ</string> </value>
         </item>
         <item>
-            <key> <string>solver_configuration_form_id</string> </key>
+            <key> <string>configuration_form_id</string> </key>
             <value> <string>QuantitySplit_viewConfiguration</string> </value>
         </item>
       </dictionary>
diff --git a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Quantity%20Cancel%20Solver.xml b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Quantity%20Cancel%20Solver.xml
index 27d5170eaa718a21c472f0c2a617f91efa8c82e0..f7f19b743c533aad584b97f02c5511472523a926 100644
--- a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Quantity%20Cancel%20Solver.xml
+++ b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Quantity%20Cancel%20Solver.xml
@@ -76,7 +76,7 @@
             <value> <string>Cancel Quantity</string> </value>
         </item>
         <item>
-            <key> <string>solver_configuration_form_id</string> </key>
+            <key> <string>configuration_form_id</string> </key>
             <value> <string>QuantityCancelSolver_viewConfiguration</string> </value>
         </item>
       </dictionary>
diff --git a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Quantity%20Split%20Solver.xml b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Quantity%20Split%20Solver.xml
index afc776f39f72bb1045cc349213855eef5ca469b9..e29ae75965a1452e18108400a631575d5ce667b5 100644
--- a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Quantity%20Split%20Solver.xml
+++ b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Quantity%20Split%20Solver.xml
@@ -85,7 +85,7 @@
             <value> <string>Split and Differ</string> </value>
         </item>
         <item>
-            <key> <string>solver_configuration_form_id</string> </key>
+            <key> <string>configuration_form_id</string> </key>
             <value> <string>QuantitySplitSolver_viewConfiguration</string> </value>
         </item>
       </dictionary>
diff --git a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Resource%20Adoption%20Solver.xml b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Resource%20Adoption%20Solver.xml
index c31d78ce37fd2fdf831d32785281c489dd5f2699..d2ded137e4e1602fdcb9ef5c0c79589f2c087777 100644
--- a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Resource%20Adoption%20Solver.xml
+++ b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Resource%20Adoption%20Solver.xml
@@ -64,7 +64,7 @@
             <value> <string>Replace Resource</string> </value>
         </item>
         <item>
-            <key> <string>solver_configuration_form_id</string> </key>
+            <key> <string>configuration_form_id</string> </key>
             <value> <string>ResourceReplacementSolver_viewConfiguration</string> </value>
         </item>
       </dictionary>
diff --git a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Resource%20Replacement%20Solver.xml b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Resource%20Replacement%20Solver.xml
index 5af2ace1d427bc663545d508929d0d3e7ef75e36..ffddae202362532a220b20496a7aabe7f1ce1818 100644
--- a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Resource%20Replacement%20Solver.xml
+++ b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Resource%20Replacement%20Solver.xml
@@ -62,7 +62,7 @@
             <value> <string>Replace Resource</string> </value>
         </item>
         <item>
-            <key> <string>solver_configuration_form_id</string> </key>
+            <key> <string>configuration_form_id</string> </key>
             <value> <string>ResourceReplacementSolver_viewConfiguration</string> </value>
         </item>
       </dictionary>
diff --git a/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_getConfigurationUrl.xml b/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_getConfigurationUrl.xml
index 37380958073fd20252f323d4a8355100631e6490..095ac3193fc62a7ebdfe5413d7dd9338e162ba0f 100644
--- a/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_getConfigurationUrl.xml
+++ b/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_getConfigurationUrl.xml
@@ -63,7 +63,7 @@ if not solver:\n
 \n
 solver = context.getSolverValue()\n
 \n
-return "%s/%s" % (context.absolute_url(), solver.getProperty(\'solver_configuration_form_id\')) # Replace solver_configuration_form_id with accessor\n
+return "%s/%s" % (context.absolute_url(), solver.getProperty(\'configuration_form_id\')) # Replace configuration_form_id with accessor\n
 </string> </value>
         </item>
         <item>
diff --git a/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverType_view.xml b/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverType_view.xml
index ea3d2117e742930770549d8a2e53552887fab41e..c0d7a56ed1c5814ee3e2d64134125e6d2bc45df3 100644
--- a/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverType_view.xml
+++ b/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverType_view.xml
@@ -96,7 +96,7 @@
                     <key> <string>left</string> </key>
                     <value>
                       <list>
-                        <string>my_solver_configuration_form_id</string>
+                        <string>my_configuration_form_id</string>
                         <string>my_solver_action_title</string>
                         <string>my_configuration_property_list</string>
                         <string>my_line_grouping</string>
diff --git a/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverType_view/my_solver_configuration_form_id.xml b/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverType_view/my_configuration_form_id.xml
similarity index 99%
rename from bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverType_view/my_solver_configuration_form_id.xml
rename to bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverType_view/my_configuration_form_id.xml
index f981958278d0d58e58dc8431b6a444bcad412ea5..4b66def87ff2e5d012956311ff12e696328d3658 100644
--- a/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverType_view/my_solver_configuration_form_id.xml
+++ b/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverType_view/my_configuration_form_id.xml
@@ -11,7 +11,7 @@
       <dictionary>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>my_solver_configuration_form_id</string> </value>
+            <value> <string>my_configuration_form_id</string> </value>
         </item>
         <item>
             <key> <string>message_values</string> </key>
diff --git a/bt5/erp5_simulation/bt/revision b/bt5/erp5_simulation/bt/revision
index 9a037142aa3c1b4c490e1a38251620f113465330..9d607966b721abde8931ddd052181fae905db503 100644
--- a/bt5/erp5_simulation/bt/revision
+++ b/bt5/erp5_simulation/bt/revision
@@ -1 +1 @@
-10
\ No newline at end of file
+11
\ No newline at end of file