콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2872 화면

I try to use copy_data in other method :

def test_mdel(self, cr, uid, id, ids, default=None, context=None):
default = {}
test = super(complement_sale_order, self).copy_data(cr, uid, id, default, context=context)
return test

but i have error :

key error : id

please help

아바타
취소