mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[fix] space after comma
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user