Merge lp:~julie-w/unifield-server/US-4963 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 5052
Proposed branch: lp:~julie-w/unifield-server/US-4963
Merge into: lp:unifield-server
Diff against target: 19 lines (+1/-1)
1 file modified
bin/addons/sync_client/special_handling.py (+1/-1)
To merge this branch: bzr merge lp:~julie-w/unifield-server/US-4963
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+353250@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/addons/sync_client/special_handling.py'
--- bin/addons/sync_client/special_handling.py 2017-10-02 15:51:29 +0000
+++ bin/addons/sync_client/special_handling.py 2018-08-16 15:23:27 +0000
@@ -165,6 +165,7 @@
165 # US 1214: HQ closed tolerate update under certains conditions only165 # US 1214: HQ closed tolerate update under certains conditions only
166 # Enable the sync on account.move.line field only if they are not : Dates / Journal / Sequence / Description / Reference / all field amounts / Third party / Currency / State166 # Enable the sync on account.move.line field only if they are not : Dates / Journal / Sequence / Description / Reference / all field amounts / Third party / Currency / State
167 # http://jira.unifield.org/browse/US-1214?focusedCommentId=47237&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-47237167 # http://jira.unifield.org/browse/US-1214?focusedCommentId=47237&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-47237
168 # US-4963: allow changes on employee_id
168169
169 # => get field by field diff170 # => get field by field diff
170 fields_to_check = [171 fields_to_check = [
@@ -175,7 +176,6 @@
175 ('debit', 'float'),176 ('debit', 'float'),
176 ('debit_currency', 'float'),177 ('debit_currency', 'float'),
177 ('document_date', False),178 ('document_date', False),
178 ('employee_id', 'id'),
179 ('journal_id', 'id'),179 ('journal_id', 'id'),
180 ('move_id', 'id'),180 ('move_id', 'id'),
181 ('partner_id', 'id'),181 ('partner_id', 'id'),

Subscribers

People subscribed via source and target branches