From 28199a6fdf19df0461e1623f2352e7e4d68b946f Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Mon, 20 Apr 2026 10:04:34 +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 b8c93d3..cbfc174 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -6,7 +6,7 @@ 'description': """ This module adds a new field "Asset Code" to the Asset form view, located below the Asset Name. """, - 'author': 'Antigravity', + 'author': 'Suherdy Yacob', 'depends': ['account_asset'], 'data': [ 'views/account_asset_views.xml',