- Timestamp:
- 5 Dec 2016, 09:14:32 (8 years ago)
- Location:
- main/ikobacustom.aaue/trunk/src/ikobacustom/aaue
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.aaue/trunk/src/ikobacustom/aaue/utils/utils.py
r12489 r14310 20 20 import pytz 21 21 from waeup.ikoba.utils.utils import IkobaUtils, sorted_phone_prefixes 22 from ikobacustom. skeleton.interfaces import MessageFactory as _22 from ikobacustom.aaue.interfaces import MessageFactory as _ 23 23 24 24 INT_PHONE_PREFIXES = [ … … 33 33 ] 34 34 35 class SkeletonIkobaUtils(IkobaUtils):35 class AAUEIkobaUtils(IkobaUtils): 36 36 """A collection of methods subject to customization. 37 37 """ … … 66 66 'products', 67 67 'customers', 68 ' skeletoncustomerdocuments',69 ' skeletoncontracts')68 'aauecustomerdocuments', 69 'aauecontracts') 70 70 71 71 BATCH_PROCESSOR_NAMES = ( 72 ' skeletoncustomerprocessor',73 ' skeletoncustomerdocumentprocessor',74 ' skeletoncontractprocessor',75 ' skeletonproductprocessor',72 'aauecustomerprocessor', 73 'aauecustomerdocumentprocessor', 74 'aauecontractprocessor', 75 'aaueproductprocessor', 76 76 'pdfdocumentprocessor', 77 77 'htmldocumentprocessor',
Note: See TracChangeset for help on using the changeset viewer.