banking-addons-team team mailing list archive
-
banking-addons-team team
-
Mailing list archive
-
Message #00826
lp:~camptocamp/banking-addons/bank-statement-reconcile-payment_line_date into lp:banking-addons/bank-statement-reconcile-70
Vincent Renaville@camptocamp has proposed merging lp:~camptocamp/banking-addons/bank-statement-reconcile-payment_line_date into lp:banking-addons/bank-statement-reconcile-70.
Requested reviews:
Banking Addons Core Editors (banking-addons-team)
For more details, see:
https://code.launchpad.net/~camptocamp/banking-addons/bank-statement-reconcile-payment_line_date/+merge/181720
[FIX] add date of payment line instead of taking current date by default
--
https://code.launchpad.net/~camptocamp/banking-addons/bank-statement-reconcile-payment_line_date/+merge/181720
Your team Banking Addons Core Editors is requested to review the proposed merge of lp:~camptocamp/banking-addons/bank-statement-reconcile-payment_line_date into lp:banking-addons/bank-statement-reconcile-70.
=== modified file 'statement_voucher_killer/voucher.py'
--- statement_voucher_killer/voucher.py 2013-02-14 11:31:45 +0000
+++ statement_voucher_killer/voucher.py 2013-08-23 06:48:22 +0000
@@ -122,6 +122,7 @@
'account_id': line.move_line_id.account_id.id,
'statement_id': statement.id,
'ref': line.communication,
+ 'date': line.date,
}, context=context)
line_obj.write(cr, uid, [line.id], {'bank_statement_line_id': st_line_id})
Follow ups