[ADD] changes made to 19 are in testserver15

This commit is contained in:
2026-08-24 09:09:25 +02:00
parent d24606a757
commit b9ddad46ab
11 changed files with 408 additions and 269 deletions
+10 -15
View File
@@ -1,25 +1,20 @@
# -*- 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",
'category': 'Uncategorized',
'version': '0.1',
'depends': ['web_environment_ribbon', 'mail','base',],
'author': "Open2bizz",
'website': "http://www.open2bizz.tech",
'category': 'Tools',
'license': "AGPL-3",
'version': '15.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',
}