Skip to content

Commit

Permalink
removendo compute da quantidade de volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
carcaroff committed Jun 9, 2021
1 parent e87f4ba commit b4c753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_sale/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AccountMove(models.Model):
('4', '4 - Transporte Próprio por conta do Destinatário'),
('9', '9 - Sem Ocorrência de Transporte')],
string=u'Modalidade do frete', default="9")
quantidade_volumes = fields.Integer('Qtde. Volumes', compute="_compute_volumes", readonly=False)
quantidade_volumes = fields.Integer('Qtde. Volumes')
# peso_liquido = fields.Float(string=u"Peso Líquido")
peso_bruto = fields.Float(string="Peso Bruto")

Expand Down

0 comments on commit b4c753d

Please sign in to comment.