diff --git a/bt5/erp5_insolvency_proceeding/PortalTypeTemplateItem/portal_types/Claim%20Declaration%20Line.xml b/bt5/erp5_insolvency_proceeding/PortalTypeTemplateItem/portal_types/Claim%20Declaration%20Line.xml
index aa3c9f0f600f5f3a7daf83f49bdaac5540c1212b..f1d0a89b7af9756aad55e799d004c8d9bafca76c 100644
--- a/bt5/erp5_insolvency_proceeding/PortalTypeTemplateItem/portal_types/Claim%20Declaration%20Line.xml
+++ b/bt5/erp5_insolvency_proceeding/PortalTypeTemplateItem/portal_types/Claim%20Declaration%20Line.xml
@@ -22,15 +22,21 @@
             <key> <string>factory</string> </key>
             <value> <string>addXMLObject</string> </value>
         </item>
+        <item>
+            <key> <string>group_list</string> </key>
+            <value>
+              <tuple>
+                <string>delivery_movement</string>
+              </tuple>
+            </value>
+        </item>
         <item>
             <key> <string>id</string> </key>
             <value> <string>Claim Declaration Line</string> </value>
         </item>
         <item>
             <key> <string>init_script</string> </key>
-            <value>
-              <none/>
-            </value>
+            <value> <string>ClaimDeclarationLine_init</string> </value>
         </item>
         <item>
             <key> <string>permission</string> </key>
diff --git a/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclarationModule_viewClaimDeclarationList/listbox.xml b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclarationModule_viewClaimDeclarationList/listbox.xml
index 0caba485aa82d6543bd9c9feea37f1cd19106131..7ddb4df47637aec6a09a370069d3dd18360bc6f7 100644
--- a/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclarationModule_viewClaimDeclarationList/listbox.xml
+++ b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclarationModule_viewClaimDeclarationList/listbox.xml
@@ -70,10 +70,6 @@
                     <key> <string>all_columns</string> </key>
                     <value>
                       <list>
-                        <tuple>
-                          <string>source_decision_title</string>
-                          <string>Judicial Representative</string>
-                        </tuple>
                         <tuple>
                           <string>creation_date</string>
                           <string>Creation Date</string>
@@ -109,6 +105,10 @@
                           <string>source_section_title</string>
                           <string>Creditor</string>
                         </tuple>
+                        <tuple>
+                          <string>source_decision_title</string>
+                          <string>Judicial Representative</string>
+                        </tuple>
                         <tuple>
                           <string>delivery.start_date</string>
                           <string>Start Date</string>
diff --git a/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclaration_view.xml b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclaration_view.xml
index 60514e82e1d651bbc1a257f17c1503871a94f5b9..6dac47987545dc506a7d325774b4c74582b9f735 100644
--- a/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclaration_view.xml
+++ b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclaration_view.xml
@@ -95,6 +95,7 @@
                         <string>my_source_decision_title</string>
                         <string>my_start_date</string>
                         <string>my_stop_date</string>
+                        <string>my_total_price</string>
                         <string>my_translated_simulation_state_title</string>
                       </list>
                     </value>
diff --git a/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclaration_view/listbox.xml b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclaration_view/listbox.xml
index d52197306079990fd47e6ef330225a4430592944..eff075aa2c34207762ec0cc7895d8ab07c3e736a 100644
--- a/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclaration_view/listbox.xml
+++ b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclaration_view/listbox.xml
@@ -10,6 +10,7 @@
             <key> <string>delegated_list</string> </key>
             <value>
               <list>
+                <string>all_columns</string>
                 <string>columns</string>
                 <string>editable_columns</string>
                 <string>portal_types</string>
@@ -101,24 +102,27 @@
             <value>
               <dictionary>
                 <item>
-                    <key> <string>columns</string> </key>
+                    <key> <string>all_columns</string> </key>
                     <value>
                       <list>
                         <tuple>
-                          <string>title</string>
-                          <string>Title</string>
-                        </tuple>
-                        <tuple>
-                          <string>aggregate_reference</string>
-                          <string>Sale Invoice Transaction</string>
+                          <string>quantity</string>
+                          <string>Quantity</string>
                         </tuple>
+                      </list>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>columns</string> </key>
+                    <value>
+                      <list>
                         <tuple>
                           <string>resource_title</string>
-                          <string>Resource</string>
+                          <string>Type</string>
                         </tuple>
                         <tuple>
-                          <string>quantity</string>
-                          <string>Quantity</string>
+                          <string>aggregate_reference</string>
+                          <string>Invoice Number</string>
                         </tuple>
                         <tuple>
                           <string>price</string>
diff --git a/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclaration_view/my_total_price.xml b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclaration_view/my_total_price.xml
new file mode 100644
index 0000000000000000000000000000000000000000..7fdbcce98c03d05efb2a9a29df37e24dea7356c8
--- /dev/null
+++ b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/ClaimDeclaration_view/my_total_price.xml
@@ -0,0 +1,90 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>delegated_list</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>my_total_price</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>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>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>field_id</string> </key>
+                    <value> <string>my_view_mode_total_price</string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string>Base_viewTradeFieldLibrary</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_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view.xml b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view.xml
index 7a9a0638a98419eade8abb3939cd8338e8385488..91f6b79c0031cf93557311f247c48d8b0a940a31 100644
--- a/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view.xml
+++ b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view.xml
@@ -85,6 +85,8 @@
                         <string>my_resource</string>
                         <string>my_destination_section_title</string>
                         <string>my_source_section_title</string>
+                        <string>listbox_start_date</string>
+                        <string>listbox_stop_date</string>
                       </list>
                     </value>
                 </item>
diff --git a/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view/listbox.xml b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view/listbox.xml
index 4ec5236a753d2f1ea2aa3f1bda8015ab3577a275..0c76eac61d2cbbacd50f6ff01989e4590dd83fff 100644
--- a/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view/listbox.xml
+++ b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view/listbox.xml
@@ -115,11 +115,15 @@
                           <string>Creditor</string>
                         </tuple>
                         <tuple>
-                          <string>delivery.start_date</string>
+                          <string>total_price</string>
+                          <string>Total Price</string>
+                        </tuple>
+                        <tuple>
+                          <string>start_date</string>
                           <string>Start Date</string>
                         </tuple>
                         <tuple>
-                          <string>delivery.stop_date</string>
+                          <string>stop_date</string>
                           <string>Stop Date</string>
                         </tuple>
                         <tuple>
diff --git a/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view/listbox_start_date.xml b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view/listbox_start_date.xml
new file mode 100644
index 0000000000000000000000000000000000000000..15779ea5b76a28d158cd6b2df9b677f97ddc43e3
--- /dev/null
+++ b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view/listbox_start_date.xml
@@ -0,0 +1,96 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>delegated_list</string> </key>
+            <value>
+              <list>
+                <string>editable</string>
+              </list>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>listbox_start_date</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>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>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>editable</string> </key>
+                    <value> <int>0</int> </value>
+                </item>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string>my_date_time_field</string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string>Base_viewFieldLibrary</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_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view/listbox_stop_date.xml b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view/listbox_stop_date.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ed629339c42cd4716335a3247d50a17c38208f29
--- /dev/null
+++ b/bt5/erp5_insolvency_proceeding/SkinTemplateItem/portal_skins/erp5_insolvency_proceeding/InsolvencyProceeding_view/listbox_stop_date.xml
@@ -0,0 +1,126 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>delegated_list</string> </key>
+            <value>
+              <list>
+                <string>default</string>
+                <string>editable</string>
+              </list>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>listbox_stop_date</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>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>default</string> </key>
+                    <value>
+                      <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>editable</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>default</string> </key>
+                    <value>
+                      <none/>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>editable</string> </key>
+                    <value> <int>0</int> </value>
+                </item>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string>my_date_time_field</string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string>Base_viewFieldLibrary</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>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="TALESMethod" module="Products.Formulator.TALESField"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_text</string> </key>
+            <value> <string>python:cell.hasStopDate() and cell.getStopDate() or None</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>