From e2cfefa0535e86e583ddf127914a68bc91d4a982 Mon Sep 17 00:00:00 2001 From: luis Date: Wed, 1 Oct 2025 13:53:50 +0200 Subject: [PATCH] stock_inventory_category_concurrency: fix author --- stock_inventory_category_concurrency/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_inventory_category_concurrency/__manifest__.py b/stock_inventory_category_concurrency/__manifest__.py index 9f77b9f..3cefe03 100644 --- a/stock_inventory_category_concurrency/__manifest__.py +++ b/stock_inventory_category_concurrency/__manifest__.py @@ -5,7 +5,7 @@ "summary": "Permite abrir simultáneamente ajustes de inventario en categorías distintas", "category": "Inventory", "license": "AGPL-3", - "author": "Your Company", + "author": "Criptomart", "depends": ["stock_inventory"], "data": [], "installable": True,