From 55456b13e0825c93112aa9b600bad796dedc56ff Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Mon, 11 May 2026 10:36:59 +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 714fd92..a0835f2 100755 --- a/__manifest__.py +++ b/__manifest__.py @@ -17,4 +17,5 @@ 'installable': True, 'auto_install': False, 'application': False, + 'license': 'LGPL-3', } \ No newline at end of file