Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

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)]
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
paź 24
1471
0
mar 24
2064
2
paź 21
6421
0
mar 25
1347
2
paź 24
1611