Skip to content

Commit

Permalink
erro de sintaxe ao chamar metodo _get_payment_vals
Browse files Browse the repository at this point in the history
  • Loading branch information
rapha-rodrgues committed Nov 28, 2019
1 parent b34bd2b commit 9147bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br_account_payment/wizard/payment_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ def action_confirm_payment(self):
Method responsible for creating the payment
"""
payment = self.env['account.payment']
vals = self._get_payment_vals
vals = self._get_payment_vals()
pay = payment.create(vals)
pay.post()

0 comments on commit 9147bfe

Please sign in to comment.