In Odoo 12 we had a function to get current website pricelist and company currency id, and then convert product price from company currency id to website currency id.
This function: _get_compute_currency()
But in Odoo 13, Odoo team removed it.
I am asking, if we use website sale in multi-currencies and my company currency is neither USD nor EUR, what option for me to convert product from my company currency to pricelist?