[FIX] typo

bzr revid: fp@tinyerp.com-20100519205710-vvj5renv4n47klqk
This commit is contained in:
Fabien Pinckaers 2010-05-19 22:57:10 +02:00
parent a0a8e0fcf6
commit 3ee0f15d25
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ class mrp_production(osv.osv):
Production Orders / Manufacturing Orders
"""
_name = 'mrp.production'
_description = 'Production'
_description = 'Manufacturing Order'
_date_name = 'date_planned'
_log_create = True