diff --git a/testserver_o2b/__manifest__.py b/testserver_o2b/__manifest__.py index fd7d823..79648b7 100644 --- a/testserver_o2b/__manifest__.py +++ b/testserver_o2b/__manifest__.py @@ -1,17 +1,13 @@ # -*- coding: utf-8 -*- { - 'name': "testserver_o2b", + 'name': "Set as testserver Open2Bizz", 'summary': """ - Short (1 phrase/line) summary of the module's purpose, used as - subtitle on modules listing or apps.openerp.com""", + Only to be used when installed as TEST env. Open2Bizz""", - 'description': """ - Long description of module's purpose - """, - 'author': "My Company", - 'website': "http://www.yourcompany.com", + 'author': "Open2bizz", + 'website': "http://www.open2bizz.tech", 'category': 'Uncategorized', 'version': '17.0.1.0.0', 'depends': ['web_environment_ribbon', 'mail','base','mailcatcher_menu',],