forked from OCA/operating-unit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
24 lines (24 loc) · 839 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright (C) 2019 Open Source Integrators
# Copyright (C) 2019 Serpent Consulting Services
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Project with Operating Units",
"summary": """
This module adds operating unit information to projects and tasks.""",
"version": "14.0.1.0.0",
"author": "Open Source Integrators, "
"Serpent Consulting Services Pvt. Ltd.,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/operating-unit",
"category": "Project",
"depends": ["operating_unit", "project"],
"license": "AGPL-3",
"data": [
"security/project_security.xml",
"views/project_project.xml",
"views/project_task.xml",
],
"installable": True,
"development_status": "Beta",
"maintainers": ["max3903"],
}