[IMP] stock_landed_cost : Changed the 'auto_install' to False.

bzr revid: mdi@tinyerp.com-20140417085827-rg5wwf7u8owczqrt
This commit is contained in:
DJ Patel 2014-04-17 14:28:27 +05:30
parent 483fe85c2b
commit b9a1104e48
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
],
'installable': True,
'application': True,
'auto_install': True,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: