Files
pms/pms_project/__manifest__.py
2022-05-20 08:52:09 -05:00

20 lines
670 B
Python

# Copyright (C) 2022 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "PMS - Project",
"summary": "Link projects and tasks to properties",
"category": "Generic Modules/Property Management System",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"depends": ["pms_base", "project"],
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/pms",
"data": [
"views/pms_property_views.xml",
"views/project_task_views.xml",
"views/project.xml",
],
"maintainers": ["max3903"],
"development_status": "Beta",
}