- Timestamp:
- 29 Dec 2014, 16:12:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/interfaces.py
r12333 r12336 294 294 translated_class_name = Attribute('Translatable class name') 295 295 user_id = Attribute('Id of a user, actually the id of the customer') 296 title = Attribute('Title generated by the associated product') 296 297 297 298 contract_id = schema.TextLine( … … 299 300 required = False, 300 301 constraint=validate_uuid, 301 )302 303 title = schema.TextLine(304 title = _(u'Contract Title'),305 required = True,306 302 ) 307 303
Note: See TracChangeset for help on using the changeset viewer.