[FIX] Stock:Rename string "Stock Variation Account" to "Stock Valuation Account"

lp bug: https://launchpad.net/bugs/777522 fixed

bzr revid: aag@tinyerp.com-20110928062111-7efdiemj2e5qsddw
This commit is contained in:
Atik Agewan (OpenERP) 2011-09-28 11:51:11 +05:30
parent bdfaf1e37d
commit a6b1000899
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ class product_category(osv.osv):
'property_stock_variation': fields.property('account.account',
type='many2one',
relation='account.account',
string="Stock Variation Account",
string="Stock Valuation Account",
view_load=True,
help="When real-time inventory valuation is enabled on a product, this account will hold the current value of the products.",),
}