From cb5d325dbc1a39b87a5ad8635a4638c02299726e Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Mon, 20 Apr 2026 10:15:50 +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 47aebb6..058b3df 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -9,7 +9,7 @@ replenishment quantities for parent products, and a drill-down (top-down) functionality to calculate the equivalent replenishment quantities for child components. """, - 'author': "Suherdy", + 'author': "Suherdy Yacob", 'category': 'Manufacturing/Manufacturing', 'version': '19.0.1.0.0', 'depends': ['mrp_mps'],