Changeset 12698 for main/waeup.ikoba/branches/uli-payments/src/waeup
- Timestamp:
- 9 Mar 2015, 02:04:06 (10 years ago)
- Location:
- main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/customers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/customers/contracts.py
r12697 r12698 84 84 @property 85 85 def _customer(self): 86 # XXX: contracts have no `customer` in interface.87 86 return self.context.customer 88 87 -
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/customers/export.py
r12500 r12698 215 215 'translated_class_name', 216 216 'is_editable', 217 'is_approvable']))) 217 'is_approvable', 218 'customer']))) 218 219 219 220 def filter_func(self, x, **kw): -
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/customers/interfaces.py
r12663 r12698 298 298 is_approvable = Attribute('Contract approvable by officer') 299 299 translated_class_name = Attribute('Translatable class name') 300 customer = Attribute('Customer object of context.') 300 301 user_id = Attribute('Id of a user, actually the id of the customer') 301 302 title = Attribute('Title generated by the associated product')
Note: See TracChangeset for help on using the changeset viewer.