I have a main model with a one2many field, linked to a secondary model, which also has a one2many field, linked to a third model.
How can I update values on the third model using onchange event of a field on the main model?
This is a short version of the question: ODOO - How to update two levels o2m fileds relation