Ignore:
Timestamp:
1 Jan 2015, 21:56:40 (10 years ago)
Author:
Henrik Bettermann
Message:

Store 'terms and conditions' of products.

File:
1 edited

Legend:

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

    r12358 r12361  
    9090        show_year = True,
    9191        )
     92
     93    tc_dict = Attribute('Terms and Conditions as language dictionary with values in html format')
     94
     95    terms_and_conditions = schema.Text(
     96        title = _(u'Terms and Conditions'),
     97        required = False,
     98        description = _(u'Multilingual content in HTML format'),
     99        )
Note: See TracChangeset for help on using the changeset viewer.