Changeset 12211 for main/waeup.ikoba
- Timestamp:
- 13 Dec 2014, 09:18:08 (10 years ago)
- Location:
- main/waeup.ikoba/trunk/src/waeup/ikoba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/documents.py
r12205 r12211 68 68 grok.baseclass() 69 69 70 local_roles = [] 71 70 72 # Ikoba can store any number of files per Document object. 71 73 # However, we highly recommend to associate and store -
main/waeup.ikoba/trunk/src/waeup/ikoba/documents/document.py
r12210 r12211 49 49 grok.baseclass() 50 50 51 local_roles = [ 52 'waeup.local.DocumentManager', 53 ] 54 51 55 user_id = None 52 56
Note: See TracChangeset for help on using the changeset viewer.