Skip to content

Commit

Permalink
Merge pull request #580 from Studio73/12.0-fix-account_payment_order
Browse files Browse the repository at this point in the history
[12.0][FIX] account_payment_order: wrong function name
  • Loading branch information
pedrobaeza committed Apr 9, 2019
2 parents 919d224 + e89da58 commit 1a21770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_payment_order/report/account_payment_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AccountPaymentOrderReport(models.AbstractModel):
_description = 'Technical model for printing payment order'

@api.model
def get_report_values(self, docids, data=None):
def _get_report_values(self, docids, data=None):
AccountPaymentOrderObj = self.env['account.payment.order']
docs = AccountPaymentOrderObj.browse(docids)

Expand Down

0 comments on commit 1a21770

Please sign in to comment.