Hi. There is a method in Products/ERP5/Documents/Currency.py: def convertCurrency(self, quantity, to_currency): if to_currency is self: return quantity return quantity What is the purpose of the method? Should it be overwritten? How one should carry currency conversion? TIA. Jacek