Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/修复消息提醒时区问题

This commit is contained in:
jinling.yang
2024-10-25 09:55:12 +08:00

View File

@@ -3166,5 +3166,5 @@ class MachiningAccuracySync(models.Model):
self.env['sf.machining.accuracy'].sudo().create({
"sync_id": time['id'],
"name": time['name'],
"discount": time['discount'],
"standard_tolerance": time['standard_tolerance'],
})