diff --git a/index_test_odoo/__manifest__.py b/index_test_odoo/__manifest__.py index 57b495d9d..b749372e0 100644 --- a/index_test_odoo/__manifest__.py +++ b/index_test_odoo/__manifest__.py @@ -24,10 +24,10 @@ 'version': '16.0.1.0.0', 'summary': 'Index Test', 'description': """Index Test""", - 'author': "Cybrosys Techno Solutions", - 'website': "https://www.cybrosys.com", - 'company': 'Cybrosys Techno Solutions', - 'maintainer': 'Cybrosys Techno Solutions', + 'author': "JK Group", + 'website': "https://www.jkgroup.com", + 'company': 'JK Group', + 'maintainer': 'JK Group', 'license': 'LGPL-3', 'depends': ['base'], 'installable': True,