Remove auto-install feature

This commit is contained in:
Akim Juillerat
2018-05-18 18:02:35 +02:00
committed by Lois Rilo
parent e360b4e2a1
commit 341e88a8ce

View File

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