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

I have tested this (very) simple server action in Odoo 12 that would use Python to add a tag to a contact. In 12, it works whether or not the contact already has a tag. In 13, it will overwrite whatever is currently in the tag field.

How can I modify this so that it appends rather than overwrites?

(99 is the ID of the tag in my test.)

record['category_id'] = [(99)]
아바타
취소
관련 게시물 답글 화면 활동
0
10월 24
1735
0
3월 24
2064
2
10월 21
6733
0
3월 25
1742
2
10월 24
1951