Hi
I am working with Odoo enterprise v16
I have two pages: Job Position page(model: hr.job) and Employee page(model:hr.employee). Job Position page has items as depicted below where the job pos and req skills are inputted manually on the page.
What I want to do: on the Employee page, I want to show ALL of those req skills when selected a Job Position. Currently I successfully show the Job Position with many2one, what to do next so the req skills also appears on the page? Thanks!