~akretion-team/banking-addons/70-fully-handle-payment-types

« back to all changes in this revision

Viewing changes to account_banking_payment_export/model/payment_order_create.py

  • Committer: Raphaël Valyi
  • Date: 2014-03-21 19:12:47 UTC
  • mfrom: (225.1.11 7.0)
  • Revision ID: rvalyi@gmail.com-20140321191247-zqytcf091nlbxboo
[MERGE] merged HEAD into current feature branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
                             or line.journal_id.currency.id
188
188
                             or line.journal_id.company_id.currency_id.id),
189
189
                }, context=context)
 
190
        # Force reload of payment order view as a workaround for lp:1155525
190
191
        return {'name': _('Payment Orders'),
191
192
                'context': context,
192
193
                'view_type': 'form',