forked from OCA/project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
25 lines (24 loc) · 838 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
25
# Copyright 2018-2019 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2020 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Project Roles",
"version": "14.0.1.0.0",
"category": "Project",
"website": "https://github.com/OCA/project",
"author": "CorporateHub, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"application": False,
"summary": "Project role-based roster",
"depends": ["project", "mail"],
"data": [
"security/ir.model.access.csv",
"security/project_role.xml",
"views/project_assignment.xml",
"views/project_project.xml",
"views/project_role.xml",
"views/res_config_settings.xml",
],
"maintainers": ["alexey-pelykh"],
}