增加制造类型
This commit is contained in:
@@ -417,12 +417,12 @@ class sf_production_plan(models.Model):
|
||||
raise UserError(e)
|
||||
|
||||
# 增加制造订单类型
|
||||
# production_type = fields.Selection(
|
||||
# [('自动化产线加工', '自动化产线加工'), ('人工线下加工', '人工线下加工')],
|
||||
# string='制造类型',
|
||||
# related='production_id.production_type',
|
||||
# store=True
|
||||
# )
|
||||
production_type = fields.Selection(
|
||||
[('自动化产线加工', '自动化产线加工'), ('人工线下加工', '人工线下加工')],
|
||||
string='制造类型',
|
||||
related='production_id.production_type',
|
||||
store=True
|
||||
)
|
||||
|
||||
|
||||
# 机台作业计划
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<field name="production_line_id"/>
|
||||
<field name="date_planned_start"/>
|
||||
<field name="date_planned_finished"/>
|
||||
<!-- <field name="production_type" widget="badge" decoration-warning="production_type == '人工线下加工'" decoration-success="production_type == '自动化产线加工'"/> -->
|
||||
<field name="production_type" widget="badge" decoration-warning="production_type == '人工线下加工'" decoration-success="production_type == '自动化产线加工'"/>
|
||||
<field name="actual_start_time" optional='hide'/>
|
||||
<field name="actual_end_time" optional='hide'/>
|
||||
<field name="actual_process_time" optional='hide'/>
|
||||
|
||||
Reference in New Issue
Block a user