From 16e367a6a8aafcbff4f48aa09969e4854594110a Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Mon, 20 Apr 2026 10:15:33 +0700 Subject: [PATCH] chore: update author name in manifest file --- __manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__manifest__.py b/__manifest__.py index ae264de..fd4f677 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -8,7 +8,7 @@ 2. The component transfer component is already picked. """, 'category': 'Manufacturing', - 'author': 'Antigravity', + 'author': 'Suherdy Yacob', 'depends': ['mrp'], 'data': [], 'installable': True,