diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventory.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventory.xml index 036d130025a2c71ac2ecfd5e952cbf8d7b2dfb84..e4ffdddeadcee43c06dc28eada9fc4c24dc27c71 100755 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventory.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetInventory.xml @@ -15,7 +15,16 @@ <item> <key> <string>__ac_local_roles__</string> </key> <value> - <none/> + <dictionary> + <item> + <key> <string>alex</string> </key> + <value> + <list> + <string>Owner</string> + </list> + </value> + </item> + </dictionary> </value> </item> <item> 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 667d61954bad0a9d43d8d8f281f4e96cbe82eeec..e8b12e746ec1fb9b8272ac173e913483b18c61a5 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 @@ -231,6 +231,7 @@ SELECT\n resource.title AS resource_title,\n resource.relative_url AS resource_relative_url,\n stock.variation_text AS variation_text,\n + stock.sub_variation_text AS sub_variation_text,\n stock.resource_uid AS resource_uid,\n stock.uid AS stock_uid,\n stock.date as date,\n @@ -370,6 +371,7 @@ SELECT\n resource.title AS resource_title,\n resource.relative_url AS resource_relative_url,\n stock.variation_text AS variation_text,\n + stock.sub_variation_text AS sub_variation_text,\n stock.resource_uid AS resource_uid,\n stock.uid AS stock_uid,\n stock.date as date,\n