Hello, I need to fill a one2many field from a website form.
I have a model1 where I am creating an element from the website form. This model1 has a one2many field in relation with model2. The problem is that I have to create an element in model2 at the same time that the element in model1 with the same website form but in odoo11 forms do not allow this.
Can someone help me? Thanks.