Skip to Content
Menu
This question has been flagged
1 Reply
2456 Views

I am attempting to update a customer tag to add one new tag without replacing existing tags.  Is it possible to update fields without replacing current data? 

Avatar
Discard
Best Answer

Not via CSV - you need to do this via an XML update.

Reference for updating records with XML:

https://webkul.com/blog/working-with-xml-data-in-odoo/

Reference for the 7 options you can use with One2many fields:

https://www.odoo.com/forum/help-1/question/how-append-the-values-in-one2many-field-in-odoo10-117747


Avatar
Discard