From 291ac83a4ccb591c1ff9cb00b50e1b6195f6424c Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Thu, 6 Sep 2007 11:16:38 +0000 Subject: [PATCH] Define default values. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16108 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/CustomerRelationPreference.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/product/ERP5/PropertySheet/CustomerRelationPreference.py b/product/ERP5/PropertySheet/CustomerRelationPreference.py index 60c53dc3f2..f1dd2784af 100644 --- a/product/ERP5/PropertySheet/CustomerRelationPreference.py +++ b/product/ERP5/PropertySheet/CustomerRelationPreference.py @@ -36,35 +36,42 @@ class CustomerRelationPreference: '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' : '' }, ) -- 2.30.9