I try create one2many which take from ony2many other with button save, this for version odoo. It is possible, and if yes, how to do that.
Thanks for your contribution.
Regards.
I try create one2many which take from ony2many other with button save, this for version odoo. It is possible, and if yes, how to do that.
Thanks for your contribution.
Regards.
No that was not Possible
syntax :
One2many field; the value of such a field is the recordset of all the records in comodel_name such that the field inverse_name is equal to the current record.
The attributes comodel_name and inverse_name are mandatory except in the case of related fields or field extensions.