修复需求计划生成的bom编码时间少8小时
This commit is contained in:
@@ -197,7 +197,7 @@ class SfDemandPlan(models.Model):
|
||||
def name_get(self):
|
||||
result = []
|
||||
for plan in self:
|
||||
result.append((plan.id, plan.sale_order_id.name))
|
||||
result.append((plan.id, plan.product_id.name))
|
||||
return result
|
||||
|
||||
def button_production_release_plan(self):
|
||||
|
||||
Reference in New Issue
Block a user