[MiG] port from 19

This commit is contained in:
2026-08-24 12:42:06 +02:00
parent b8c3e95031
commit 5b874d250a
14 changed files with 393 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
{
'name': "Set as testserver Open2Bizz, when website is enabled",
'summary': """
Only to be used when installed as TEST env. Open2Bizz""",
'author': "Open2bizz",
'website': "http://www.open2bizz.tech",
'category': 'Tools',
'license': "AGPL-3",
'version': '16.0.1.0.0',
'depends': ['testserver_o2b','website'],
'data': [
'views/templates.xml',
],
'post_init_hook': 'post_init_hook',
}