[REF] mrp :correct the name and remove the unused code

bzr revid: sbh@tinyerp.com-20100901072608-5i7zi1ysmuvklrcz
This commit is contained in:
sbh (Open ERP) 2010-09-01 12:56:08 +05:30
parent 22406fc5e3
commit 7f0767c5e9
2 changed files with 1 additions and 7 deletions

View File

@ -92,12 +92,6 @@ class base_setup_installer(osv.osv_memory):
'crm': True,
}
def _if_mrp(self, cr, uid, ids, context=None):
if self.pool.get('res.users').browse(cr, uid, uid, context=context)\
.view == 'simple':
return ['mrp_jit']
return None
def _if_knowledge(self, cr, uid, ids, context=None):
if self.pool.get('res.users').browse(cr, uid, uid, context=context)\
.view == 'simple':

View File

@ -40,7 +40,7 @@ class mrp_installer(osv.osv_memory):
"as the dates of start and end of execution of the order."),
'mrp_subproduct': fields.boolean('MRP Subproducts',
help="Enables multiple product output from a single production "
"order: without this, a productio order can have only one "
"order: without this, a production order can have only one "
"output product."),
'mrp_repair': fields.boolean('Repairs',
help="Enables warranty and repair management (and their impact "