[IMP] product: change string of field 'factor_inv' to solve import issue of 'Unit of Measure'

bzr revid: cha@tinyerp.com-20130312113633-2s4d5qw97yjh78p8
This commit is contained in:
Ajay Chauhan (OpenERP) 2013-03-12 17:06:33 +05:30
parent 7a14260535
commit 2aab2caba3
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class product_uom(osv.osv):
'1 * (reference unit) = ratio * (this unit)'),
'factor_inv': fields.function(_factor_inv, digits=(12,12),
fnct_inv=_factor_inv_write,
string='Ratio',
string='Bigger Ratio',
help='How many times this Unit of Measure is bigger than the reference Unit of Measure in this category:\n'\
'1 * (this unit) = ratio * (reference unit)', required=True),
'rounding': fields.float('Rounding Precision', digits_compute=dp.get_precision('Product Unit of Measure'), required=True,