From e971d66603baeeb72d29e052d72acb5d5a3c0c4f Mon Sep 17 00:00:00 2001 From: tpot Date: Fri, 4 Jul 2025 06:58:01 +0000 Subject: [PATCH] [FIX] Description --- testserver_o2b/__manifest__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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",