[FiX] update 17 with 19.0

This commit is contained in:
2026-08-10 13:58:22 +02:00
parent cae36e2c60
commit 10f271252e
21 changed files with 386 additions and 421 deletions
+6 -12
View File
@@ -3,24 +3,18 @@
'name': "Set as testserver Open2Bizz",
'summary': """
This module males an Odoo env into a test env!""",
Only to be used when installed as TEST env. Open2Bizz""",
'description': """
This module males an Odoo env into a test env!
Only to be used when installed as TEST env. Open2Bizz
""",
'author': "Open2bizz",
'website': "http://www.open2bizz.tech",
'category': 'Uncategorized',
'version': '17.0.1.0.0',
'category': 'Tools',
'license': 'LGPL-3',
'depends': ['web_environment_ribbon', 'mail','base','mailcatcher_menu'],
'version': '17.0.1.0.0',
'depends': ['web_environment_ribbon','mail', 'base', 'mailcatcher_menu', 'website_sale'],
'data': [
'views/views.xml',
'views/templates.xml',
'data/ir_cron.xml',
],
'demo': [
'demo/demo.xml',
],
'post_init_hook': 'post_init_hook',
}