do not pre-populate standard fields in class

This commit is contained in:
Helmut Merz 2011-11-10 08:16:00 +01:00
parent fa569284c3
commit 064cac4d53

View file

@ -69,7 +69,8 @@ class Report(Template):
implements(IReport)
name = identifier = title = description = u''
name = identifier = u''
#title = description = u''
type = 'generic'
manager = None