Merge lp:~therp-nl/banking-addons/ba61-lp870242-reference_not_on_journal_entry into lp:banking-addons/6.1

Proposed by Stefan Rijnhart (Opener)
Status: Merged
Merged at revision: 183
Proposed branch: lp:~therp-nl/banking-addons/ba61-lp870242-reference_not_on_journal_entry
Merge into: lp:banking-addons/6.1
Diff against target: 27 lines (+1/-2)
1 file modified
account_banking/account_banking.py (+1/-2)
To merge this branch: bzr merge lp:~therp-nl/banking-addons/ba61-lp870242-reference_not_on_journal_entry
Reviewer Review Type Date Requested Status
Holger Brunn (Therp) code review Approve
Guewen Baconnier @ Camptocamp code review, no test Approve
Review via email: mp+183104@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) :
review: Approve (code review, no test)
Revision history for this message
Holger Brunn (Therp) (hbrunn) :
review: Approve (code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account_banking/account_banking.py'
--- account_banking/account_banking.py 2013-03-20 19:25:57 +0000
+++ account_banking/account_banking.py 2013-08-30 09:20:36 +0000
@@ -501,6 +501,7 @@
501 'period_id': period_id, # AB501 'period_id': period_id, # AB
502 'date': st_line.date,502 'date': st_line.date,
503 'name': st_line_number,503 'name': st_line_number,
504 'ref': st_line.ref,
504 }, context=context)505 }, context=context)
505 account_bank_statement_line_obj.write(cr, uid, [st_line.id], {506 account_bank_statement_line_obj.write(cr, uid, [st_line.id], {
506 'move_ids': [(4, move_id, False)]507 'move_ids': [(4, move_id, False)]
@@ -524,7 +525,6 @@
524 val = {525 val = {
525 'name': st_line.name,526 'name': st_line.name,
526 'date': st_line.date,527 'date': st_line.date,
527 'ref': st_line.ref,
528 'move_id': move_id,528 'move_id': move_id,
529 'partner_id': (((st_line.partner_id) and st_line.partner_id.id) or529 'partner_id': (((st_line.partner_id) and st_line.partner_id.id) or
530 False),530 False),
@@ -566,7 +566,6 @@
566 account_move_line_obj.create(cr, uid, {566 account_move_line_obj.create(cr, uid, {
567 'name': st_line.name,567 'name': st_line.name,
568 'date': st_line.date,568 'date': st_line.date,
569 'ref': st_line.ref,
570 'move_id': move_id,569 'move_id': move_id,
571 'partner_id': (((st_line.partner_id) and st_line.partner_id.id) or570 'partner_id': (((st_line.partner_id) and st_line.partner_id.id) or
572 False),571 False),

Subscribers

People subscribed via source and target branches