[REN] renamed mrp_jit into procurement_jit and removed auto_install = True on this module

bzr revid: qdp-launchpad@openerp.com-20140327140549-720uzzakwcsx4h0y
This commit is contained in:
Quentin (OpenERP) 2014-03-27 15:05:49 +01:00
parent a7fdd2371f
commit 29d85d2734
58 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,6 @@
#
##############################################################################
import mrp_jit
import procurement_jit
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -23,7 +23,7 @@
{
'name': 'Just In Time Scheduling',
'version': '1.0',
'category': 'Manufacturing',
'category': 'Base',
'description': """
This module allows Just In Time computation of procurement orders.
==================================================================
@ -42,8 +42,8 @@ In that case, you can not use priorities any more on the different picking.
'depends': ['procurement'],
'data': [],
'demo': [],
'test': ['test/mrp_jit.yml'],
'test': ['test/procurement_jit.yml'],
'installable': True,
'auto_install': True,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: