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