From aff2f4ef7b479a18823091533d46413dc4ff3c9b Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Tue, 23 May 2023 08:56:39 +0200 Subject: [PATCH] [FIX] stock_quant_reservation_info_mrp: incorrect key in manifest Module was not being autoinstalled. --- stock_quant_reservation_info_mrp/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_quant_reservation_info_mrp/__manifest__.py b/stock_quant_reservation_info_mrp/__manifest__.py index dd04d6d71..12370b909 100644 --- a/stock_quant_reservation_info_mrp/__manifest__.py +++ b/stock_quant_reservation_info_mrp/__manifest__.py @@ -13,5 +13,5 @@ "license": "AGPL-3", "data": ["views/stock_move_line.xml"], "installable": True, - "auto-install": True, + "auto_install": True, }