Skip to content

Commit

Permalink
[IMP]change the spelling mistakes.
Browse files Browse the repository at this point in the history
bzr revid: vba@tinyerp.com-20121031045027-ywkukcwz0cl5224o
  • Loading branch information
vba-odoo committed Oct 31, 2012
1 parent 1a91f01 commit b32662b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/product/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class product_template(osv.osv):
'cost_method': fields.selection([('standard','Standard Price'), ('average','Average Price')], 'Costing Method', required=True,
help="Standard Price: The cost price is manually updated at the end of a specific period (usually every year), \nAverage Price: The cost price is recomputed at each incoming shipment."),
'warranty': fields.float('Warranty'),
'sale_ok': fields.boolean('Can be Sold', help="SpeSpecify if the product can be selected in a sales order line."),
'sale_ok': fields.boolean('Can be Sold', help="Specify if the product can be selected in a sales order line."),
'state': fields.selection([('',''),
('draft', 'In Development'),
('sellable','Normal'),
Expand All @@ -303,7 +303,7 @@ class product_template(osv.osv):
'uos_id' : fields.many2one('product.uom', 'Unit of Sale',
help='Sepcify a unit of measure here if invoicing is made in another unit of measure than inventory. Keep empty to use the default unit of measure.'),
'uos_coeff': fields.float('Unit of Measure -> UOS Coeff', digits_compute= dp.get_precision('Product UoS'),
help='Coefficient to convert default Unit of Measure to Unit Of Sale\n'
help='Coefficient to convert default Unit of Measure to Unit of Sale\n'
' uos = uom * coeff'),
'mes_type': fields.selection((('fixed', 'Fixed'), ('variable', 'Variable')), 'Measure Type'),
'seller_ids': fields.one2many('product.supplierinfo', 'product_id', 'Partners'),
Expand Down

0 comments on commit b32662b

Please sign in to comment.