oca-ocb-test/odoo-bringout-oca-ocb-test_discuss_full/test_discuss_full/__manifest__.py
Ernad Husremovic d9452d2060 19.0 vanilla
2026-03-09 09:32:39 +01:00

35 lines
954 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "Test Discuss (full)",
"version": "1.0",
"category": "Productivity/Discuss",
"sequence": 9877,
"summary": "Test of Discuss with all possible overrides installed.",
"description": """Test of Discuss with all possible overrides installed, including feature and performance tests.""",
"depends": [
"calendar",
"crm",
"crm_livechat",
"hr_attendance",
"hr_fleet",
"hr_holidays",
"hr_homeworking",
"im_livechat",
"mail",
"mail_bot",
"project_todo",
"website_livechat",
"website_sale",
"website_slides",
],
"installable": True,
"assets": {
"web.assets_tests": [
"test_discuss_full/static/tests/tours/**/*",
],
},
"author": "Odoo S.A.",
"license": "LGPL-3",
}