- Timestamp:
- 20 Jan 2015, 18:09:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/customers/contracts.py
r12335 r12502 28 28 from ikobacustom.skeleton.interfaces import MessageFactory as _ 29 29 from ikobacustom.skeleton.customers.interfaces import ( 30 ISkeletonContract, ISkeletonContractEdit, ISkeletonContractProcess) 30 ISkeletonContract, ISkeletonContractEdit, ISkeletonContractProcess, 31 ISkeletonContractOfficialUse) 31 32 32 33 … … 46 47 47 48 edit_form_fields_interface = ISkeletonContractEdit 49 50 ou_form_fields_interface = ISkeletonContractOfficialUse 48 51 49 52 check_docs_interface = ISkeletonContract
Note: See TracChangeset for help on using the changeset viewer.