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

Proposed by jftempo
Status: Merged
Merged at revision: 4757
Proposed branch: lp:~julie-w/unifield-server/US-3799
Merge into: lp:unifield-server
Diff against target: 14 lines (+4/-0)
1 file modified
bin/addons/account_mcdb/wizard/output_currency_for_export.py (+4/-0)
To merge this branch: bzr merge lp:~julie-w/unifield-server/US-3799
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+340164@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/account_mcdb/wizard/output_currency_for_export.py'
2--- bin/addons/account_mcdb/wizard/output_currency_for_export.py 2017-11-24 10:18:02 +0000
3+++ bin/addons/account_mcdb/wizard/output_currency_for_export.py 2018-03-01 09:44:14 +0000
4@@ -133,6 +133,10 @@
5 # get the ids of the entries and the header to display
6 # (for gl.selector/analytic.selector report if we come from JI/AJI view)
7 dom = context.get('search_domain', [])
8+ if context.get('original_domain'):
9+ dom.extend(context['original_domain'])
10+ if context.get('new_filter_domain'):
11+ dom.extend(context['new_filter_domain'])
12 if model == 'account.move.line':
13 dom.append(('period_id.number', '!=', 0)) # exclude IB entries
14 export_obj = self.pool.get(model)

Subscribers

People subscribed via source and target branches