Merge lp:~openerp-community/openobject-addons/fix-1105067-account_payment_reference_type into lp:openobject-addons

Proposed by Peter Langenberg
Status: Rejected
Rejected by: Naresh(OpenERP)
Proposed branch: lp:~openerp-community/openobject-addons/fix-1105067-account_payment_reference_type
Merge into: lp:openobject-addons
Diff against target: 11 lines (+1/-0)
1 file modified
account_payment/wizard/account_payment_order.py (+1/-0)
To merge this branch: bzr merge lp:~openerp-community/openobject-addons/fix-1105067-account_payment_reference_type
Reviewer Review Type Date Requested Status
Martin Trigaux (OpenERP) (community) Approve
Review via email: mp+150553@code.launchpad.net

Description of the change

Please merge.

To post a comment you must log in.
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hi,

This proposal is a duplicate of https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-opw-584984-dhs/+merge/146352 proposed much earlier, thus I would reject this one for the sake of clarity.

Thanks for your work !

Regards,
Naresh Soni
OpenERP Enterprise Services

Revision history for this message
Martin Trigaux (OpenERP) (mat-openerp) wrote :

Thansk for the patch, these have been merged into addons 7.0 at revision 9207 (revision-id: <email address hidden>)

review: Approve
Revision history for this message
debaetsr (rubendebaets) wrote :

Hey!

I think this app is gonna be helpful for you, read more here <http://common.hjelm.ws/e4mwpm>

Thanks for your consideration, ruben

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_payment/wizard/account_payment_order.py'
2--- account_payment/wizard/account_payment_order.py 2012-12-06 14:56:32 +0000
3+++ account_payment/wizard/account_payment_order.py 2013-02-26 12:57:33 +0000
4@@ -88,6 +88,7 @@
5 'partner_id': line.partner_id and line.partner_id.id or False,
6 'communication': line.ref or '/',
7 'date': date_to_pay,
8+ 'state': 'structured' if line.invoice and line.invoice.reference_type != 'none' else 'normal',
9 'currency': (line.invoice and line.invoice.currency_id.id) or line.journal_id.currency.id or line.journal_id.company_id.currency_id.id,
10 }, context=context)
11 return {'type': 'ir.actions.act_window_close'}

Subscribers

People subscribed via source and target branches

to all changes: