From 3fd8b27f64c087a1577cbc197af4b4c28173bb40 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sat, 28 May 2022 14:22:35 +0200 Subject: [PATCH] [FIX] stock_vertical_lift_qty_by_packaging: Proper license According dependencies --- stock_vertical_lift_qty_by_packaging/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stock_vertical_lift_qty_by_packaging/__manifest__.py b/stock_vertical_lift_qty_by_packaging/__manifest__.py index d89602b62..d5bcceafa 100644 --- a/stock_vertical_lift_qty_by_packaging/__manifest__.py +++ b/stock_vertical_lift_qty_by_packaging/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2021 Camptocamp SA -# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/lgpl) { "name": "Stock vertical lift qty by packaging", "summary": """ @@ -10,7 +10,7 @@ "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Camptocamp, Odoo Community Association (OCA)", - "license": "LGPL-3", + "license": "AGPL-3", "application": False, "installable": True, "auto_install": True,