From 9321201877a09847945f3b91b385cc230e818b83 Mon Sep 17 00:00:00 2001 From: Manuel Reul Date: Mon, 30 Oct 2023 19:29:17 +0000 Subject: [PATCH] Update file __manifest__.py --- testserver_o2b/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testserver_o2b/__manifest__.py b/testserver_o2b/__manifest__.py index 78ccf06..fa7b9a5 100644 --- a/testserver_o2b/__manifest__.py +++ b/testserver_o2b/__manifest__.py @@ -10,8 +10,8 @@ Long description of module's purpose """, - 'author': "My Company", - 'website': "http://www.yourcompany.com", + 'author': "Open2bizz", + 'website': "https://open2bizz.tech", 'category': 'Uncategorized', 'version': '0.1', 'depends': ['web_environment_ribbon', 'mail','base',],