I need to select these fields -----
user_id, sales_vertical, partner_id, category, sub_category, stage_id, exp_revenue, action, action_date, title_action, date_action, details from opportunity_history table
and
tri_title, tri_subtitle from res_partner table where res_partner.partner_id = opportunity_history.partner_id
in one request. How can we do this?
Thanks Adil
source share