mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-21 17:32:07 +02:00
15 lines
529 B
Python
15 lines
529 B
Python
# Copyright 2019 Creu Blanca
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Maintenance Team Hierarchy",
|
|
"summary": """
|
|
Create hierarchies on teams""",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/maintenance",
|
|
"depends": ["maintenance"],
|
|
"data": ["views/maintenance_team.xml"],
|
|
"demo": ["demo/maintenance_team_demo.xml", "demo/maintenance_request_demo.xml"],
|
|
}
|