Skip to content

Commit

Permalink
Fix error pos.order has no attribute 'numero'
Browse files Browse the repository at this point in the history
  • Loading branch information
felipepaloschi committed Dec 21, 2020
1 parent 1c004ac commit 0e4ff6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_br_point_of_sale/models/pos_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def _compute_nfe_number(self):
nfe_exception_number = fields.Integer(
string=u"Número NFe", compute="_compute_nfe_number"
)
numero = fields.Integer()
numero_controle = fields.Integer()
customer_cpf = fields.Char(string="CPF cliente")

Expand Down

0 comments on commit 0e4ff6e

Please sign in to comment.