From 45b09b3ad66971e59e09425c32fcec9a6f87d7f5 Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Tue, 18 Jun 2013 21:46:38 +0200 Subject: [PATCH] [fix] space after comma --- stock_lot_valuation/stock.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stock_lot_valuation/stock.py b/stock_lot_valuation/stock.py index c0745b51f..a474d7bc4 100644 --- a/stock_lot_valuation/stock.py +++ b/stock_lot_valuation/stock.py @@ -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 "