Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3544 มุมมอง


def revision_new(self, cr, uid, ids, default={}, context=None):

if not default:

default = {}

default.update({'name': "Revised"+self.pool.get('sale.order').browse(cr, uid, ids[0], context=context).name,

})

return self.pool.get('sale.order').copy(cr, uid, id, default, context=context)

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
3
ส.ค. 24
15462
0
มี.ค. 24
1141
0
มี.ค. 24
1043
2
มิ.ย. 23
4309
0
เม.ย. 21
2698