[ADD] changes made to 19 are made in testserver16 as well
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user