Commit 291ac83a authored by Romain Courteaud's avatar Romain Courteaud

Define default values.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16108 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c3f4ffbe
......@@ -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' : '' },
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment