0down votefavoriteI have a problem on updating the state of the parent table in hr.job table.
I inherit 'hr.job' table and i want to update the 'state' field
I have a table named: 'job_req_tbl' inherits 'hr_job'
both have same field named 'state'
in my web_app screen there is a button named "Confirm" , and when the user click it I want 'hr_job' > 'state' value from 'open' to 'recruit'
Please help.
Thank you in advance