diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventoryList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventoryList.xml
index 0a4a64ff25e34985c1df191e402498abd2c7fc0b..fc136796c2101a2d2992681889c49479b8415043 100755
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventoryList.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventoryList.xml
@@ -23,7 +23,16 @@
         <item>
             <key> <string>__ac_local_roles__</string> </key>
             <value>
-              <none/>
+              <dictionary>
+                <item>
+                    <key> <string>yo</string> </key>
+                    <value>
+                      <list>
+                        <string>Owner</string>
+                      </list>
+                    </value>
+                </item>
+              </dictionary>
             </value>
         </item>
         <item>
@@ -231,7 +240,6 @@ SELECT\n
   resource.title AS resource_title,\n
   resource.relative_url AS resource_relative_url,\n
   stock.variation_text AS variation_text,\n
-  stock.aggregate_text AS aggregate_text,\n
   stock.resource_uid AS resource_uid,\n
   stock.uid AS stock_uid,\n
   stock.date as date,\n
@@ -371,7 +379,6 @@ SELECT\n
   resource.title AS resource_title,\n
   resource.relative_url AS resource_relative_url,\n
   stock.variation_text AS variation_text,\n
-  stock.aggregate_text AS aggregate_text,\n
   stock.resource_uid AS resource_uid,\n
   stock.uid AS stock_uid,\n
   stock.date as date,\n