Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-software-de committed Dec 12, 2022
1 parent dc24d36 commit 97cc9c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion delivery_line_qty_delivered/models/sale_order_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def _get_delivery_qty_delivered(self, delivered):
return self.product_uom_qty
return 0.0

# @api.depends("qty_delivered_manual")
def _compute_qty_delivered(self):
super(SaleOrderLine, self)._compute_qty_delivered()
precision = self.env["decimal.precision"].precision_get(
Expand Down

0 comments on commit 97cc9c6

Please sign in to comment.