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


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
15970
0
มี.ค. 24
1420
0
มี.ค. 24
1342
2
มิ.ย. 23
4628
0
เม.ย. 21
2990