Skip to content

Commit

Permalink
Merge PR #3488 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by antoniospneto
  • Loading branch information
OCA-git-bot committed Nov 14, 2024
2 parents abc5107 + 4656ef4 commit 544c2a8
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 544c2a8

Please sign in to comment.