Ignore:
Timestamp:
29 Dec 2014, 16:12:24 (10 years ago)
Author:
Henrik Bettermann
Message:

Define contract title in product. Customers must not be able to edit contract titles.

File:
1 edited

Legend:

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

    r12333 r12336  
    294294    translated_class_name = Attribute('Translatable class name')
    295295    user_id = Attribute('Id of a user, actually the id of the customer')
     296    title = Attribute('Title generated by the associated product')
    296297
    297298    contract_id = schema.TextLine(
     
    299300        required = False,
    300301        constraint=validate_uuid,
    301         )
    302 
    303     title = schema.TextLine(
    304         title = _(u'Contract Title'),
    305         required = True,
    306302        )
    307303
Note: See TracChangeset for help on using the changeset viewer.