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


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
15163
0
มี.ค. 24
1018
0
มี.ค. 24
944
2
มิ.ย. 23
4203
0
เม.ย. 21
2603