[fix] space after comma

This commit is contained in:
Lorenzo Battistini
2013-06-18 21:46:38 +02:00
parent 0b63dd215c
commit 45b09b3ad6

View File

@@ -29,10 +29,10 @@ class stock_production_lot(orm.Model):
'standard_price': fields.float('Cost', digits_compute=dp.get_precision('Lot Price'),
help="Cost price (in company currency) of the lot used for standard"
" stock valuation in accounting.",
groups="base.group_user"),
groups="base.group_user"),
'cost_method': fields.selection([
('standard','Standard Price'),
('average','Average Price')
('standard', 'Standard Price'),
('average', 'Average Price')
], 'Costing Method',
help="Standard Price: The cost price is manually updated at the end"
" of a specific period. \nAverage Price: The cost price is "