[IMP] Stock_location: Rename the file

bzr revid: sbh@tinyerp.com-20100622121441-oam867wwjp75vrqg
This commit is contained in:
sbh (Open ERP) 2010-06-22 17:44:41 +05:30
parent 096aa656d6
commit 93d70319d6
4 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#
##############################################################################
import stock
import stock_location
import mrp_pull
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -39,7 +39,7 @@ This module may be useful for different purposes:
'author': 'Tiny',
'depends': ['procurement','stock'],
'init_xml': [],
'update_xml': ['stock_view.xml', 'security/ir.model.access.csv', 'mrp_pull_workflow.xml'],
'update_xml': ['stock_location_view.xml', 'security/ir.model.access.csv', 'mrp_pull_workflow.xml'],
'demo_xml': [],
'installable': True,
'test':[