[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
committed by SergiCForgeFlow
parent 3e9a28fabb
commit aff2f4ef7b

View File

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