[ADD] changes made to 19 are made in testserver16 as well

This commit is contained in:
2026-08-24 09:10:11 +02:00
parent 35ab19922a
commit b8c3e95031
20 changed files with 359 additions and 372 deletions
+11 -15
View File
@@ -1,26 +1,22 @@
# -*- coding: utf-8 -*-
{
'name': "testserver_o2b",
'name': "Set as testserver Open2Bizz",
'summary': """
Set Odoo as a test env.""",
Only to be used when installed as TEST env. Open2Bizz""",
'description': """
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",
'website': "http://www.open2bizz.nl",
'author': "Open2bizz",
'website': "http://www.open2bizz.tech",
'category': 'Tools',
'version': "16.0.1.2.0",
'depends': ['web_environment_ribbon', 'mail','base',],
'license': "AGPL-3",
'version': '16.0.1.0.0',
'depends': ['mail', 'base', 'mailcatcher_menu'],
'data': [
'views/views.xml',
'views/templates.xml',
'data/ir_cron.xml',
],
'demo': [
'demo/demo.xml',
],
'post_init_hook': 'post_init_hook',
}