c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #29938
[Bug 820799] [NEW] [stock.move] Correct good`s cost replaced by price of one entity
Public bug reported:
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.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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/820799
Title:
[stock.move] Correct good`s cost replaced by price of one entity
Status in OpenERP Modules (addons):
New
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
Follow ups
References