Hello I have two tables project.details and add.task here add.task have m2o relation with project.details in project details table we have tech_id and cat_id which is also m2o field so based tech_id and cat_id i want to select those value by defult on add.task table here tech_id and cat_id fields are also available .
anyone have any idea how can i give default selected value to tech_id and cat_id according to
project.details tables values on create edit option