for example
My Company default Currency USD
But Vendor default Currency is GBR
I want to know method/function in Odoo who get USD and convert into GBR Rate or GBR as input and give me USD conversion rate ....
for Example
i have two product get from two differenet vendor with different currency which is not match with my Company currency
i'm creating Purchase order with create method in python file ....
i need method/function who convert my currency rate ....
any help/tips