# -*- coding: utf-8 -*- { 'name': "Set as testserver Open2Bizz", 'summary': """ This module males an Odoo env into a test env!""", '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', 'license': 'LGPL-3', 'depends': ['web_environment_ribbon', 'mail','base','mailcatcher_menu'], 'data': [ 'views/views.xml', 'views/templates.xml', ], 'demo': [ 'demo/demo.xml', ], }