mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-24 03:42:03 +02:00
35 lines
954 B
Python
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",
|
|
}
|