mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
17 lines
581 B
Python
17 lines
581 B
Python
# Copyright (c) 2021 Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "PMS CRM",
|
|
"summary": "Link leads to properties",
|
|
"version": "14.0.1.0.0",
|
|
"development_status": "Alpha",
|
|
"category": "Generic Modules/Property Management System",
|
|
"website": "https://github.com/OCA/pms",
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"maintainers": ["max3903"],
|
|
"license": "AGPL-3",
|
|
"depends": ["crm", "pms_base"],
|
|
"data": ["views/crm_lead.xml", "views/pms_property.xml"],
|
|
}
|