update stock_barcode

This commit is contained in:
ivan deng
2018-07-06 20:04:46 +08:00
parent a99ebdad06
commit e28cc0b382
12 changed files with 178 additions and 511 deletions

View File

@@ -25,3 +25,4 @@ class PackOperation(models.Model):
def _compute_weight_done_subtotal(self):
for rec in self:
rec.weight_done_subtotal = rec.weight * rec.qty_done