- Timestamp:
- 4 Dec 2014, 18:10:11 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/interfaces.py
r12143 r12144 276 276 last_product_id = Attribute( 277 277 'Id of product recently stored with the contract') 278 is_editable = Attribute('Document editable by customer') 278 is_editable = Attribute('Contract editable by customer') 279 is_approvable = Attribute('Contract approvable by officer') 279 280 translated_class_name = Attribute('Translatable class name') 280 281
Note: See TracChangeset for help on using the changeset viewer.