111
115
vocabulary='ValidPersonOrTeam'),
116
119
title=_('Answer'), required=False,
117
120
description=_("The IQuestionMessage that contains the answer "
118
121
"confirmed by the owner as providing a solution to his problem."),
120
123
datecreated = exported(Datetime(
121
124
title=_('Date Created'), required=True, readonly=True),
122
125
exported_as='date_created', as_of="devel")