解决产品-整体式刀具-刃部直径字段数据同步问题。
This commit is contained in:
@@ -21,7 +21,7 @@ class sf_production_plan(models.Model):
|
||||
date_planned_finished = fields.Datetime(string='计划结束时间')
|
||||
state = fields.Selection([
|
||||
('draft', '未排程'), ('done', '已排程')], string='状态', copy=False, index=True, readonly=True,
|
||||
store=True, tracking=True)
|
||||
store=True)
|
||||
product_id = fields.Many2one('product.product', '关联产品')
|
||||
origin = fields.Char(string='来源')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user