Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
10951 Widoki

E.G. I have 1000 EUR on Balance and EUR is a base currency. I want to convert it to USD with some different rate. Other than Odoo rate. Is there any option or module enabling to convert it without manual journal entry where I have to calculate the exchange rate loss or gain manually? 

Awatar
Odrzuć
Najlepsza odpowiedź

Hi Zura,

The journal entries created after validation or invoices or sales or purchase.

You need to trace which method is made impact to update currency rate entries on income and expense account.


Like, in Accound module inside the bank statement.

Path : addons>>account>>account_bank_statement.py : line no: 682

You will find one method with name get_currency_rate_line  which is used to create accounting move for create entries on gain and loss account by overriding this method you can change with currency rate of yours instead of getting base rate, you can apply your current/or calculated rate.

Or you may find any other method inside account module which have the same behavior while any entries being generated.  you just need to override that method which will solve your problem.

Hope this would help you.

Rgds,

Anil.


Awatar
Odrzuć
Najlepsza odpowiedź

In accounting configuration you can found currencies, where you can add custom rate for each currencies.

Awatar
Odrzuć
Autor

Dear Zahin, Please read the example below carefully. Did I write that I want to add a custom rate for currency?

Powiązane posty Odpowiedzi Widoki Czynność
1
mar 15
4137
0
lip 25
540
4
mar 25
32551
3
mar 23
2285
1
gru 22
15793