解决产品-整体式刀具-刃部直径字段数据同步问题。

This commit is contained in:
yuxianghui
2023-09-13 15:21:51 +08:00
parent f9e41f262c
commit 1f0f7ae0c7
2 changed files with 6 additions and 6 deletions

View File

@@ -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='来源')