[FIX] stock_quant_reservation_info_mrp: incorrect key in manifest

Module was not being autoinstalled.
This commit is contained in:
Lois Rilo
2023-05-23 08:56:39 +02:00
parent 77383483f7
commit 20439f5d78

View File

@@ -13,5 +13,5 @@
"license": "AGPL-3",
"data": ["views/stock_move_line.xml"],
"installable": True,
"auto-install": True,
"auto_install": True,
}