コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
3990 ビュー

Hi

I am facing an issue where I need to have one rate when doing purchase in a given currency and another rate when doing sales with the same currency.

How would I complete this in Odoo?

アバター
破棄
最善の回答

my 2 cents:

1. Don't do it at all, that's not serious business

2. If you really have to do something like that, use either

- pricelists

- or create different currencies

アバター
破棄
最善の回答

I would add a boolean or a selection field on the currency rate object.
That boolean or selection field could be used to determine if the rate is for buying or for selling.

Then, in the CRON action that retrieves the rates, i would duplicate every rate that are created (since we now need one for buying, one for selling)

Then of course, in every module that uses the currency rates, you will have to redefines the way odoo search for a currency rate, since he can't know which one you need to use :)    


アバター
破棄

This will create a true mess from the accounting point of view.

関連投稿 返信 ビュー 活動
0
6月 20
3543
1
9月 18
3064
1
11月 24
1777
0
3月 23
2149
1
11月 19
3506