物料需求计划管理

This commit is contained in:
guanhuan
2025-06-26 17:52:40 +08:00
parent fe4659987f
commit 50a066c23a
3 changed files with 11 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ class StatusChange(models.Model):
else:
action.update({
'name': _("%s生成采购请求单", self.name),
'domain': [('id', 'in', pr_ids)],
'domain': [('id', 'in', pr_ids.ids)],
'view_mode': 'tree,form',
})
return action