From 34a354f83c2036b19023330d637935f1527ead5e Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Wed, 15 May 2024 21:00:32 -0400 Subject: [PATCH] Update GPL to AGPL to respect partner_multi_relation license. --- bemade_odoo_partner_scrapper/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bemade_odoo_partner_scrapper/__manifest__.py b/bemade_odoo_partner_scrapper/__manifest__.py index ea87ef5..4cbe3a7 100644 --- a/bemade_odoo_partner_scrapper/__manifest__.py +++ b/bemade_odoo_partner_scrapper/__manifest__.py @@ -13,7 +13,7 @@ * Manage contact information of partners. """, 'sequence': 10, - 'license': 'GPL-3', + 'license': 'AGPL-3', 'author': 'Bemade', 'website': 'https://www.bemade.org', 'depends': ['base', 'contacts', 'sale_management', 'sale' , 'partner_multi_relation'],