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,