Skip to content

Commit

Permalink
[FIX] Close_id field at pos.order
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdivino committed Feb 9, 2023
1 parent d2b8863 commit 3225214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l10n_br_pos_cfe/models/pos_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
class PosOrder(models.Model):
_inherit = "pos.order"

close_id = fields.Many2one(comodel_name="l10n_br_fiscal.closing",
string="Close ID")

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

0 comments on commit 3225214

Please sign in to comment.