Skip to content

Commit

Permalink
[FIX] Runbot field with same label
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Felipe Mileo <[email protected]>
  • Loading branch information
mileo authored and gabrielcardoso21 committed Dec 28, 2020
1 parent 7f49513 commit e50cdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_fiscal/models/payment_term_abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class FiscalPaymentTermAbstract(models.AbstractModel):

forma_pagamento = fields.Selection(
selection=FORMA_PAGAMENTO,
string='Forma de pagamento',
string='Tipo pagamento',
default=FORMA_PAGAMENTO_OUTROS,
)
bandeira_cartao = fields.Selection(
Expand Down

0 comments on commit e50cdd5

Please sign in to comment.