Skip to content

Commit

Permalink
[REF] l10n_br_pos_cfe: Method Super without parameters, necessary for…
Browse files Browse the repository at this point in the history
… the new version of pre-commit.
  • Loading branch information
mbcosta committed Oct 31, 2023
1 parent 9601e52 commit e159767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_pos_cfe/models/pos_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PosOrder(models.Model):

@api.model
def _order_fields(self, ui_order):
order_fields = super(PosOrder, self)._order_fields(ui_order)
order_fields = super()._order_fields(ui_order)

document_key = ui_order.get("document_key")
document_type = ui_order.get("document_type")
Expand Down

0 comments on commit e159767

Please sign in to comment.