Ignore:
Timestamp:
24 Dec 2014, 14:18:18 (10 years ago)
Author:
Henrik Bettermann
Message:

Tweak the objectwidget.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/products/interfaces.py

    r12262 r12314  
    2222    ContextualDictSourceFactoryBase)
    2323from waeup.ikoba.interfaces import MessageFactory as _
     24from waeup.ikoba.products.productoptions import ProductOptionEntryField
    2425
    2526class ConCatSource(ContextualDictSourceFactoryBase):
     
    6263        required = True,
    6364        )
     65
     66    options = schema.List(
     67        title = _(u'Options/Fees'),
     68        value_type = ProductOptionEntryField(),
     69        required = False,
     70        readonly = False,
     71        default = [],
     72        )
Note: See TracChangeset for help on using the changeset viewer.