Skip to content

Commit

Permalink
[FIX] PEP8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcosta committed Feb 26, 2021
1 parent bad4e41 commit 934db89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_br_account_payment_order/models/account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def create_account_payment_line_cnab_baixa(self, amount_payment):

applicable_lines, change_title_value_line = \
self._cnab_change_title_value(
inv, amount_payment)
inv, amount_payment)

# Verificar Ordem de Pagto
apo = self.env['account.payment.order']
Expand Down Expand Up @@ -358,7 +358,7 @@ def _cnab_change_title_value(self, invoice, amount_payment):
applicable_lines = self.env['account.move.line']
lines_not_paid = invoice.move_id.line_ids.filtered(
lambda x: x.debit > 0.0 and
x.payment_situation in ('inicial', 'aberta')
x.payment_situation in ('inicial', 'aberta')
)

amount_value = 0.0
Expand Down

0 comments on commit 934db89

Please sign in to comment.