List From a Model - Form and Save from another Model with Relationship

I have a table with Products (I have all the basic info) and another table ExtraFieldProduct (extra fields for the products).

What I would need is to list the products in the table, but when I click on a record send the id to the ExtraFieldProduct Form, set the id to product_id and then fill in the form to create or edit.

Thanks!!!
Was this page helpful?