跳至内容
菜单
此问题已终结

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
1463
0
3月 24
2064
2
10月 21
6378
0
3月 25
1335
2
10月 24
1606