Hello,
I have 2 fields: 1: example_m2o (many to one) - which selects values from model op.standard. And 2: example_o2m (one to many). I want to create an onchange function so when I change the example_m2o filed (with its standard_id) then the example_o2m filed gets filled with the lines that belong to the current standard_id.
Any suggestions?
Thank you