跳至內容
選單
此問題已被標幟
1 回覆
837 瀏覽次數


how to i can report in amount in currency total my database currency IQD and sale in USD i want partner ledger see in USD how to do ? 

頭像
捨棄

I have the same problem

最佳答案

Hi,


In Odoo, the partner ledger always shows balances in the company’s base currency (IQD), but you can also view them in USD if multi-currency is enabled. To do this, activate multi-currency in settings, keep the company currency as IQD, and add USD as an additional currency. When you create invoices or payments in USD, Odoo records them in both IQD and USD (amount_currency).


In the Partner Ledger report, enable Show foreign currency to see USD amounts alongside IQD. Totals will still be in IQD by default. If you want full totals in USD, you need a custom report or export that sums the amount_currency field.

Refer to the following module -

* https://odoo-community.org/shop/multicurrency-revaluation-367?search=partner_ledger#attr=940303


Hope it helps

頭像
捨棄