Add field advantages

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2779 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
werners 2008-07-29 14:28:54 +00:00
parent da513f07a9
commit 6937f3c04c

View file

@ -116,6 +116,12 @@ class IProduct(Interface):
description=_(u'The full description of the object.'), description=_(u'The full description of the object.'),
default=u'', default=u'',
required=False) required=False)
advantages = schema.Text(
title=_(u'Vorteile'),
description=_(u'Produktvorteile.'),
default=u'',
missing_value=u'',
required=False)
categories = Attribute(u'The product categories this product belongs to.') categories = Attribute(u'The product categories this product belongs to.')
suppliers = Attribute(u'The suppliers (typically only one) providing ' suppliers = Attribute(u'The suppliers (typically only one) providing '