From c3083027ac880c3bfd138f1ea56db3df7c6af557 Mon Sep 17 00:00:00 2001 From: kpo Date: Wed, 4 May 2022 13:17:42 +0700 Subject: [PATCH] [FIX] author --- account_payment_approval/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_payment_approval/__manifest__.py b/account_payment_approval/__manifest__.py index 42acbd7e4..577826b87 100644 --- a/account_payment_approval/__manifest__.py +++ b/account_payment_approval/__manifest__.py @@ -26,7 +26,7 @@ 'category': 'Accounting', 'summary': """ This modules enables approval feature in the payment.""", 'description': """This modules enables approval feature in the payment. """, - 'author': ' Cybrosys Techno Solutions', + 'author': 'Frontware, Cybrosys Techno Solutions', 'company': 'Frontware, Cybrosys Techno Solutions', 'maintainer': 'Frontware, Cybrosys Techno Solutions', 'website': "https://github.com/Frontware/CybroAddons",