c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #18346
[Bug 717198] Re: Wrong computation of amount currency in analytic entry
Problem is Amount_currency is on Analytic lines related with move line's Amount_currency.
So if we Create sale order with sale order line's Distribution 70% + 30% we will get two analytic lines but with only one move line.
We can convert related field with function field (may be we need to add
new field on analytic line => for percentage %) using this we can
calculate the right amount in currency.
For e.g:
set a distribution that will be 30% and 70%
So it will create analytic line of
30 € with amount in currency = 30€ converted in USD
70 € with amount in currency = 70€ converted in USD
but as you rounded this amount in € then back in $ you may have differences
thanks,
mra
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/717198
Title:
Wrong computation of amount currency in analytic entry
Status in OpenERP Modules (addons):
Confirmed
Bug description:
6.0.1
make a SO in USD for a PC1 with an analytic distribution (70 % on Seagate P1 and 30 % on Seagate P2)
You get two entries in the analytic sale journal one for the 70 % amount and one for the 30 % amount
In each entry the amount in reference currency is right, the amount in USD is showing the global amount and not
(70 % or 30 %)
regards
Maurice
References