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

hi there


we are connecting our external form to odoo through make.com

this works fine form normal fields but for boolean, one2many & many2many fields it does not seems to work. 

To make this work in make i need the write the json code. 


for the tags I tried this:


   "tags_ids": [(0,0, {

                                                "x_place_a":"Antwerp",

                                                 "x_place_b":'Brussels',

})]


Does anybody has experience with this?


Dennis



Avatar
Discard
Author Best Answer

Does anyone know how to solve this?  one2many & many2many items needs tuples, but tuples are not possible with Json.

Avatar
Discard

Have you tried using the list instead of a tuple? The unpacking functionality shouldn't be different.

Author

I tried lists, but it also did not work.