Files
testserver/testserver_o2b/__manifest__.py
2026-07-13 14:52:53 +02:00

21 lines
482 B
Python

# -*- coding: utf-8 -*-
{
'name': "Set as testserver Open2Bizz",
'summary': """
Only to be used when installed as TEST env. Open2Bizz""",
'author': "Open2bizz",
'website': "http://www.open2bizz.tech",
'category': 'Tools',
'license': "AGPL-3",
'version': '19.0.1.0.0',
'depends': ['mail', 'base', 'mailcatcher_menu'],
'data': [
'views/templates.xml',
'data/ir_cron.xml',
],
'post_init_hook': 'post_init_hook',
}