set not ported modules to not installable

This commit is contained in:
aheficent
2017-12-21 15:42:42 +01:00
committed by ahenriquez
parent b04c8112e3
commit 4edf018397

View File

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