diff --git a/product/Coramy/Document/AssortedResource.py b/product/Coramy/Document/AssortedResource.py
index efd54addb15aa19ebf3e2adf14865085c77b70b7..14ac9c2306cb39011853b4792a9942be25714ce2 100755
--- a/product/Coramy/Document/AssortedResource.py
+++ b/product/Coramy/Document/AssortedResource.py
@@ -26,6 +26,12 @@
 #
 ##############################################################################
 
+from Globals import InitializeClass
+from AccessControl import ClassSecurityInfo
+
+from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
+
+
 from Products.ERP5.Document.AssortedResource import AssortedResource as ERP5AssortedResource
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
 from AccessControl import ClassSecurityInfo
diff --git a/product/Coramy/skins/coramy_crm/organisation_list.form b/product/Coramy/skins/coramy_crm/organisation_list.form
index 6ffff6ac00b0e2a28a8a5e5b9836a78d81836d68..0b501fb5ef18e7b231c7c64a2027f3ef145896bb 100755
--- a/product/Coramy/skins/coramy_crm/organisation_list.form
+++ b/product/Coramy/skins/coramy_crm/organisation_list.form
@@ -41,7 +41,7 @@
           <report_tree type="int">0</report_tree>
           <reverse type="int">0</reverse>
           <search type="int">1</search>
-          <search_columns></search_columns>
+          <search_columns type="list">[]</search_columns>
           <select type="int">1</select>
           <selection_name>organisations_selection</selection_name>
           <sort type="list">[]</sort>