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
1=== modified file 'bin/addons/sync_client/special_handling.py'
2--- bin/addons/sync_client/special_handling.py 2017-10-02 15:51:29 +0000
3+++ bin/addons/sync_client/special_handling.py 2018-08-16 15:23:27 +0000
4@@ -165,6 +165,7 @@
5 # US 1214: HQ closed tolerate update under certains conditions only
6 # 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
7 # http://jira.unifield.org/browse/US-1214?focusedCommentId=47237&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-47237
8+ # US-4963: allow changes on employee_id
9
10 # => get field by field diff
11 fields_to_check = [
12@@ -175,7 +176,6 @@
13 ('debit', 'float'),
14 ('debit_currency', 'float'),
15 ('document_date', False),
16- ('employee_id', 'id'),
17 ('journal_id', 'id'),
18 ('move_id', 'id'),
19 ('partner_id', 'id'),

Subscribers

People subscribed via source and target branches