[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 4393c9425a
commit 59c273a6f6

View File

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