Commit 21d2435b by 夏超

[fix] 领料单数据上传

parent 7cfdc6af
......@@ -60,7 +60,7 @@ class InheritProductionTask(models.Model):
'folder_id': 2})
files.append(a.id)
self.document_ids = [(4, a.id)]
if "finish_qty" in vals.keys() or "state" in vals.keys():
if "finish_qty" in vals.keys():
system_id = self.env.ref("roke_workstation_sync_ps.roke_workstation_sync_ps_integrate_system")
sync_address = system_id.sync_address
sync_port = system_id.sync_port
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment