diff --git a/mrp_component_operation_scrap_reason/__manifest__.py b/mrp_component_operation_scrap_reason/__manifest__.py index b1ad53bc0..5bc79ff3b 100644 --- a/mrp_component_operation_scrap_reason/__manifest__.py +++ b/mrp_component_operation_scrap_reason/__manifest__.py @@ -14,5 +14,5 @@ "wizards/mrp_component_operate_wizard.xml", ], "installable": True, - "auto-install": True, + "auto_install": True, }