c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #37390
[Bug 890193] Re: stock wrong help text
Hello,
Thanks For Your Suggestion.
It has been Fixed in http://bazaar.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-890193-ksa
revision-id: ksa@xxxxxxxxxxx-20111115070454-a5hippgqfq2sk2ys
revno: 5686
It will be available in trunk soon.
Thanks.
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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/890193
Title:
stock wrong help text
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
IMHO the help text is wrong for both accounts
in must match in and out must match out
stock/stock.py
'valuation_in_account_id': fields.many2one('account.account', 'Stock Input Account',domain = [('type','=','other')], help='This account will be used to value stock moves that have this location as destination, instead of the stock output account from the product.'),
'valuation_out_account_id': fields.many2one('account.account', 'Stock Output Account',domain = [('type','=','other')], help='This account will be used to value stock moves that have this location as source, instead of the stock input account from the product.'),
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/890193/+subscriptions
References