diff --git a/testserver_o2b/__manifest__.py b/testserver_o2b/__manifest__.py index 887a1c4..be6b1b9 100644 --- a/testserver_o2b/__manifest__.py +++ b/testserver_o2b/__manifest__.py @@ -3,11 +3,12 @@ 'name': "testserver_o2b", 'summary': """ - Short (1 phrase/line) summary of the module's purpose, used as - subtitle on modules listing or apps.openerp.com""", + Set Odoo as a test env.""", 'description': """ - Long description of module's purpose + This module is to be installed when the Odoo env. server is to be used as test env. + Disables: email, cron jobs, account sync and removes Enterprise Sub code. + Adds a web ribbon to identify web frontendas test """, 'author': "Open2bizz BV",