Merge lp:~unifield-team/unifield-server/us-1318 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 3756
Proposed branch: lp:~unifield-team/unifield-server/us-1318
Merge into: lp:unifield-server
Diff against target: 19 lines (+2/-0)
1 file modified
bin/addons/account/report/account_balance_sheet.py (+2/-0)
To merge this branch: bzr merge lp:~unifield-team/unifield-server/us-1318
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+295174@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/account/report/account_balance_sheet.py'
--- bin/addons/account/report/account_balance_sheet.py 2016-04-08 12:37:21 +0000
+++ bin/addons/account/report/account_balance_sheet.py 2016-05-19 08:33:41 +0000
@@ -183,6 +183,7 @@
183 'cash',183 'cash',
184 'asset',184 'asset',
185 'stock',185 'stock',
186 'receivables', # added US-1318
186 )) or False187 )) or False
187 elif typ == 'liability':188 elif typ == 'liability':
188 # US-227/1, breakdown in liability:189 # US-227/1, breakdown in liability:
@@ -194,6 +195,7 @@
194 and account.user_type.code in (195 and account.user_type.code in (
195 'debt',196 'debt',
196 'equity',197 'equity',
198 'payables', # added US-1318
197 )) or False199 )) or False
198 if register_account:200 if register_account:
199 account_dict = {201 account_dict = {

Subscribers

People subscribed via source and target branches

to all changes: