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

Hello, I am trying to get the ID from an object after I use the orm browse() method. When I assign my variable to the id of the returned record all i get it this

_id = record_object.order_partner_id
#returns this:
browse_record(sale.order.line, 106)

Does anyone know how I can get just the 106 from the object? Thank you

아바타
취소
베스트 답변

Hi,

_id = record_object.order_partner_id.id will give you id of the specific record.

Hope this helps.

아바타
취소
작성자

Yep, that did it. Thank you

관련 게시물 답글 화면 활동
2
3월 15
4450
1
3월 15
7547
1
6월 16
7444
1
3월 15
15017
1
6월 17
6793