Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4184 Переглядів

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)]
Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
жовт. 24
1455
0
бер. 24
2064
2
жовт. 21
6367
0
бер. 25
1328
2
жовт. 24
1605