批量排程时间修改
This commit is contained in:
@@ -64,7 +64,7 @@ class SfProductionDemandPlan(models.Model):
|
|||||||
product_uom_qty = fields.Float(
|
product_uom_qty = fields.Float(
|
||||||
string="需求数量",
|
string="需求数量",
|
||||||
related='sale_order_line_id.product_uom_qty', store=True)
|
related='sale_order_line_id.product_uom_qty', store=True)
|
||||||
deadline_of_delivery = fields.Date('客户交期', related='sale_order_id.deadline_of_delivery', store=True)
|
deadline_of_delivery = fields.Date('客户交期', related='sale_order_line_id.delivery_end_date', store=True)
|
||||||
inventory_quantity_auto_apply = fields.Float(
|
inventory_quantity_auto_apply = fields.Float(
|
||||||
string="成品库存",
|
string="成品库存",
|
||||||
compute='_compute_inventory_quantity_auto_apply'
|
compute='_compute_inventory_quantity_auto_apply'
|
||||||
|
|||||||
Reference in New Issue
Block a user