[Erp5-report] r16108 - /erp5/trunk/products/ERP5/PropertySheet/CustomerRelationPreference.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 6 13:16:40 CEST 2007


Author: romain
Date: Thu Sep  6 13:16:38 2007
New Revision: 16108

URL: http://svn.erp5.org?rev=16108&view=rev
Log:
Define default values.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/CustomerRelationPreference.py

Modified: erp5/trunk/products/ERP5/PropertySheet/CustomerRelationPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/CustomerRelationPreference.py?rev=16108&r1=16107&r2=16108&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/CustomerRelationPreference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/CustomerRelationPreference.py Thu Sep  6 13:16:38 2007
@@ -36,35 +36,42 @@
       'description' : 'Preferred resources to count the different kinds of Events',
       'type'        : 'lines',
       'preference'  : 1,
+      'default'     : [],
       'mode'        : '' },
     { 'id'          : 'preferred_campaign_resource',
       'description' : 'Preferred resources to count the different kinds of Events',
       'type'        : 'lines',
       'preference'  : 1,
+      'default'     : [],
       'mode'        : '' },
     { 'id'          : 'preferred_sale_opportunity_resource',
       'description' : 'Preferred resources to count the different kinds of Events',
       'type'        : 'lines',
       'preference'  : 1,
+      'default'     : [],
       'mode'        : '' },
     { 'id'          : 'preferred_meeting_resource',
       'description' : 'Preferred resources to count the different kinds of Events',
       'type'        : 'lines',
       'preference'  : 1,
+      'default'     : [],
       'mode'        : '' },
     { 'id'          : 'preferred_support_request_resource',
       'description' : 'Preferred resources to count the different kinds of Events',
       'type'        : 'lines',
       'preference'  : 1,
+      'default'     : [],
       'mode'        : '' },
     { 'id'          : 'preferred_event_assessment_form_id',
       'description' : 'Preferred forms to use in the assessing of ticket events.',
       'type'        : 'lines',
       'preference'  : 1,
+      'default'     : [],
       'mode'        : '' },
     { 'id'          : 'preferred_event_sender_email',
       'description' : 'Preferred email for replies sent through the CRM system.',
       'type'        : 'lines',
       'preference'  : 1,
+      'default'     : [],
       'mode'        : '' },
     )




More information about the Erp5-report mailing list