[FIX]stock:field name changed

bzr revid: kbh@tinyerp.com-20120911053748-tg1j3zbejlxr1rwj
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-09-11 11:07:48 +05:30
parent 063c548209
commit c3ff70355e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class stock_config_settings(osv.osv_memory):
manage product manufacturing chains, manage default locations per product,
define routes within your warehouse according to business needs, etc.
This installs the module stock_location."""),
'group_uom': fields.boolean("manage units of measure on products",
'group_uom': fields.boolean("manage different units of measure for products",
implied_group='product.group_uom',
help="""Allows you to select and maintain different units of measure for products."""),
'group_uos': fields.boolean("invoice products in a different unit of measure than the sale order",