mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update stock_barcode
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user