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:
parent
da513f07a9
commit
6937f3c04c
1 changed files with 6 additions and 0 deletions
|
@ -116,6 +116,12 @@ class IProduct(Interface):
|
|||
description=_(u'The full description of the object.'),
|
||||
default=u'',
|
||||
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.')
|
||||
suppliers = Attribute(u'The suppliers (typically only one) providing '
|
||||
|
|
Loading…
Add table
Reference in a new issue