Files
testserver/testserver_o2b/__manifest__.py

26 lines
568 B
Python

# -*- coding: utf-8 -*-
{
'name': "testserver_o2b",
'summary': """
This module males an Odoo env into a test env!""",
'description': """
This module males an Odoo env into a test env!
""",
'author': "Open2bizz",
'website': "http://www.open2bizz.tech",
'category': 'Uncategorized',
'version': '17.0.1.0.0',
'license': 'LGPL-3',
'depends': ['web_environment_ribbon', 'mail','base',],
'data': [
'views/views.xml',
'views/templates.xml',
],
'demo': [
'demo/demo.xml',
],
}