Skip to content

Commit

Permalink
Merge PR #3480 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by rvalyi
  • Loading branch information
OCA-git-bot committed Nov 5, 2024
2 parents f959e5b + e28400b commit c032a45
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 @@ -145,6 +145,7 @@ class L10nBrCNABBoletoFields(models.AbstractModel):
own_number_sequence_id = fields.Many2one(
comodel_name="ir.sequence",
string="Sequência do Nosso Número",
copy=False,
help="Para usar essa Sequencia é preciso definir o campo Tipo do "
"Nosso Número como Sequencial Único por Carteira no cadastro da "
"empresa",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class L10nBRCNABConfig(models.Model):
comodel_name="ir.sequence",
string="Sequencia do Arquivo CNAB",
tracking=True,
copy=False,
)

bank_id = fields.Many2one(
Expand Down

0 comments on commit c032a45

Please sign in to comment.