~jsancho/sepa-tools/sepa-unpaid-6.0

« back to all changes in this revision

Viewing changes to account_payment_export/model/account_payment.py

  • Committer: Ignacio Ibeas - Acysos S.L.
  • Date: 2014-02-11 19:36:54 UTC
  • Revision ID: ignacio@acysos.com-20140211193654-iglno0bo7hlde8qp
[FIX] account_payment_export: fix return GTK client

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
            wf_service = netsvc.LocalService('workflow')
73
73
            for order_id in ids:
74
74
                wf_service.trg_validate(uid, 'payment.order', order_id, 'done', cr)
 
75
            return True
75
76
        return result
76
77
    
77
78
payment_order()