Remove auto-install feature

This commit is contained in:
Akim Juillerat
2018-05-18 18:02:35 +02:00
committed by Guewen Baconnier
parent 40d630ca86
commit 2d20124103

View File

@@ -17,5 +17,5 @@
"views/stock_move_views.xml",
],
"installable": True,
'auto_install': True,
'auto_install': False,
}