From 30614510973517af5001fc8ff1cd4927cfc3e535 Mon Sep 17 00:00:00 2001 From: "admin.suherdy" Date: Thu, 27 Nov 2025 10:04:56 +0700 Subject: [PATCH] fix manifest --- __manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__manifest__.py b/__manifest__.py index 4528419..b244f1f 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -7,7 +7,7 @@ This module hides the 'Update Quantity' button in product forms for users who are not in the ERP manager group. Only users belonging to the base.group_erp_manager group can access the 'Update Quantity' button. """, - 'author': 'Custom Development', + 'author': 'Suherdy Yacob', 'depends': [ 'stock', ],