Skip to content

Commit

Permalink
[FIX] edi: Fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Guenther authored and Bastian Guenther committed Dec 10, 2024
1 parent ac175a3 commit 5d9e292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edi/models/edi_exchange_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def create(self, vals):
return super().create(vals)

def _get_identifier(self):
return self.env["ir.sequence"].next_by_code("edi.exchange") or "New"
return self.env["ir.sequence"].next_by_code("edi.exchange") or "New"

@api.constrains("backend_id", "type_id")
def _constrain_backend(self):
Expand Down

0 comments on commit 5d9e292

Please sign in to comment.