价格计算
This commit is contained in:
@@ -18,6 +18,7 @@ class OrderPrice(models.Model):
|
|||||||
return True
|
return True
|
||||||
except ValueError:
|
except ValueError:
|
||||||
return False
|
return False
|
||||||
|
@api.depends('sale_order_id.order_line.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
|
||||||
|
|||||||
Reference in New Issue
Block a user