Hello,
I have product line in website Form.Product Line Have 3 fields(product_id, Quantity, Specification).
Problem is how to create record of product line and attach same with current model from website form.
AFAIK One2many in website form accept only ids in list format, not (0, _, {..}) format.
Can I am missing somewhere or need to be customize the code.
Thanks!