Skip to content

Commit

Permalink
Merge pull request #1038 from Code-137/14.0-fix_pos
Browse files Browse the repository at this point in the history
Fix error pos.order has no attribute 'numero'
  • Loading branch information
danimaribeiro authored Dec 22, 2020
2 parents 1c004ac + 0e4ff6e commit c0550b0
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 c0550b0

Please sign in to comment.