~unifield-team/unifield-wm/us-808-sync

« back to all changes in this revision

Viewing changes to sync_client/sync_client.py

  • Committer: jf
  • Date: 2015-10-09 15:05:01 UTC
  • mfrom: (601.1.6 sync)
  • Revision ID: jfb@tempo-consulting.fr-20151009150501-mr7scb1dmzh5ss20
[MERGE] uf1.0-6p1
US-620 [FIX] Do not stop the sync process if a message fails due to a python constraint, commit each executed message
US-416 [FIX] Issue to cancel a Pick line: generate sync messages when the stock picking or stock move are canceled

Show diffs side-by-side

added added

removed removed

Lines of Context:
1058
1058
 
1059
1059
    _defaults = {
1060
1060
        'active': True,
1061
 
        'host' : 'sync.unifield.org',
 
1061
        'host' : 'sync.unifield.net',
1062
1062
        'port' : 8070,
1063
1063
        'protocol': 'netrpc_gzip',
1064
1064
        'login' : 'admin',