From 20716fb3749a0a49aff5057a827ae25bb2da1d50 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Mon, 11 May 2026 10:36:16 +0700 Subject: [PATCH] chore: add license key to manifest file --- __manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__manifest__.py b/__manifest__.py index 36d1306..9414755 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -29,4 +29,5 @@ # List view includes sum="Total Amount" footer for displaying totals 'installable': True, 'auto_install': False, + 'license': 'LGPL-3', } \ No newline at end of file