From 21cc63df0b285a1cc9f6491c95ff4c9081671dae Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Fri, 12 Sep 2025 06:06:17 -0400 Subject: [PATCH] license for apply_inventory_prompt_for_reason --- apply_inventory_prompt_for_reason/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apply_inventory_prompt_for_reason/__manifest__.py b/apply_inventory_prompt_for_reason/__manifest__.py index 10688de..a67929c 100644 --- a/apply_inventory_prompt_for_reason/__manifest__.py +++ b/apply_inventory_prompt_for_reason/__manifest__.py @@ -17,5 +17,6 @@ inventory adjustment tracking. ], "installable": True, "auto_install": False, + "license": "LGPL-3", "application": False, }