From 658654afdfdc409fb3e2f1230aed97ddf5f613d4 Mon Sep 17 00:00:00 2001 From: Ivan Sokolov Date: Wed, 8 Jan 2025 18:14:46 +0100 Subject: [PATCH] [IMP] web_widget_dropdown_dynamic: Change license Change license to LGPL-3 in order to be able to use this module with other modules with non-AGPL-3 licenses. --- web_widget_dropdown_dynamic/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_widget_dropdown_dynamic/__manifest__.py b/web_widget_dropdown_dynamic/__manifest__.py index ad6fd5d2380d..b7331bbca771 100644 --- a/web_widget_dropdown_dynamic/__manifest__.py +++ b/web_widget_dropdown_dynamic/__manifest__.py @@ -6,7 +6,7 @@ "summary": "This module adds support for dynamic dropdown widget", "category": "Web", "version": "16.0.1.0.0", - "license": "AGPL-3", + "license": "LGPL-3", "author": "CorporateHub, Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", "depends": ["web"],