Skip to content

Commit

Permalink
[FIX] l10n_br_account_payment_order: cnab config copy
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoParadeda authored and Tiago370 committed Nov 13, 2024
1 parent abc5107 commit 4656ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class AccountPaymentMode(models.Model):
comodel_name="ir.sequence",
string="Sequencia do Arquivo CNAB",
tracking=True,
copy=False,
)

# Fields used to make invisible banks specifics fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class L10nBrCNABBoletoFields(models.AbstractModel):

own_number_sequence_id = fields.Many2one(
comodel_name="ir.sequence",
copy=False,
string="Sequência do Nosso Número",
help="Para usar essa Sequencia é preciso definir o campo Tipo do "
"Nosso Número como Sequencial Único por Carteira no cadastro da "
Expand Down

0 comments on commit 4656ef4

Please sign in to comment.