set not ported modules to not installable

This commit is contained in:
aheficent
2017-12-21 15:42:42 +01:00
committed by Mateu Griful
parent 1bb1288a36
commit 80f06ea871

View File

@@ -18,6 +18,6 @@
"views/rma_order_line_view.xml",
"data/mrp_repair_sequence.xml",
],
"installable": True,
"installable": False,
"auto_install": True,
}