c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #32208
[Bug 820799] Re: [stock.move] Correct good`s cost replaced by price of one entity
*** This bug is a duplicate of bug 740964 ***
https://bugs.launchpad.net/bugs/740964
** This bug has been marked a duplicate of bug 740964
Stock Input/Output Accounts doesn't work well
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/820799
Title:
[stock.move] Correct good`s cost replaced by price of one entity
Status in OpenERP Addons (modules):
Confirmed
Bug description:
In stock module I have found a technological mistake. When I move
purchased goods to stock location with real-time valuation the journal
entries is entered on Stock Journal. If a good's value evaluates as a
medium price then the sum of each row evaluates correct (i.e. qty *
price). Otherwise if a good's value evaluates as a standart price then
the sum of each row evaluates as standart price (i.e. without
multiplication of qty). The reason of this mistake is that the
_get_reference_accounting_values_for_valuation method from
server/addons/stock/stock.py have been inherited and changed in
server/addons/purchase/stock.py. In inherited method correct good's
value is replaced by price of one entity.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/820799/+subscriptions
References