价格计算

This commit is contained in:
liaodanlong
2024-09-27 18:00:34 +08:00
parent 1ab62d7724
commit 82fa39f1a3

View File

@@ -18,7 +18,6 @@ class OrderPrice(models.Model):
return True return True
except ValueError: except ValueError:
return False return False
@api.depends('sale_order_id.remark')
def _compute_bfm_amount_total(self): def _compute_bfm_amount_total(self):
for record in self: for record in self:
amount_total = 0 amount_total = 0