Merge lp:~jsancho/sepa-tools/make-payments-6.0 into lp:sepa-tools/6.0
Proposed by
Javier Sancho
Status: | Needs review |
---|---|
Proposed branch: | lp:~jsancho/sepa-tools/make-payments-6.0 |
Merge into: | lp:sepa-tools/6.0 |
Diff against target: |
55 lines (+6/-4) 2 files modified
account_payment_export/model/account_payment.py (+1/-4) account_payment_sepa_direct_debit/sdd_mandate_view.xml (+5/-0) |
To merge this branch: | bzr merge lp:~jsancho/sepa-tools/make-payments-6.0 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Omar (Pexego) | test | Needs Fixing | |
Ignacio Ibeas (www.acysos.com) | Needs Fixing | ||
Santi Argüeso(Pexego) (community) | Disapprove | ||
Review via email:
|
Description of the change
Make payments in payment orders using other modules functionality and respecting inheritance.
To post a comment you must log in.
Unmerged revisions
- 12. By Javier Sancho <jsancho@bespin>
-
[FIX] account_
payment_ export: make payments calling parent class - 11. By Javier Sancho <jsancho@bespin>
-
[FIX] account_
payment_ export: make payments calling parent class - 10. By Javier Sancho <jsancho@bespin>
-
[FIX] account_
payment_ sepa_direct_ debit: fix XML for mandate views
Is not necessary to call super in super(payment_ order, self).set_done(cr, uid, ids, context).
Only self).set_done(cr, uid, ids, context)