콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
4015 화면

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
3585
1
9월 18
3079
1
11월 24
1831
0
3월 23
2180
1
11월 19
3545