Files
testserver/testserver_o2b/__manifest__.py
2023-07-18 11:32:26 +00:00

26 lines
599 B
Python

# -*- coding: utf-8 -*-
{
'name': "testserver_o2b",
'summary': """
Short (1 phrase/line) summary of the module's purpose, used as
subtitle on modules listing or apps.openerp.com""",
'description': """
Alter Live settings to test settings
""",
'author': "Open2bizz",
'website': "https://www.open2bizz.tech",
'category': 'Uncategorized',
'version': '0.1',
'depends': ['web_environment_ribbon', 'mail','base',],
'data': [
'views/views.xml',
'views/templates.xml',
],
'demo': [
'demo/demo.xml',
],
}