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

I have a method in a model with this signature:

@api.model
def do_stuff(self, arg1):
...


The method expects a singleton therefore I must pass an ID when calling it. How can I pass the object ID when in the web service calls?


아바타
취소
베스트 답변

while calling these method decorated with @api.model just pass the blank list like 

models.execute_kw(dbname, uid, password,    'my.model', 'do_stuff' ,[])
아바타
취소
관련 게시물 답글 화면 활동
2
10월 21
3733
1
2월 16
5598
2
3월 15
4457
1
3월 15
10438
0
7월 25
353