| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/pms |
| GIT | |
| GIT | https://github.com/OCA/pms.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/pms/tree/19.0/pms_crm |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Property Management System |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Gray Matter Logic |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Gray Matter Logic |
| COMMITTERS | |
| COMMITTERS | Maxime Chambreuil, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pms |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/pms: - pms_base odoo/odoo: - crm - base_setup - base - web - sales_team - bus - web_tour - html_editor - calendar - resource - utm - contacts - digest - portal - http_routing - auth_signup - phone_validation - base_geolocalize - product - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module links the CRM pipeline to the Property Management System. It includes: - **Lead/Opportunity counter on properties**: see how many leads reference a property directly from the property form. - **Property counter on leads**: see how many properties are linked to a lead or opportunity. - **Smart buttons**: one-click navigation between properties and CRM leads. - **Bidirectional linking**: a many-to-many relationship allows a lead to reference multiple properties and a property to appear in multiple leads. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_crm_lead_form |
crm.lead.form | crm.lead | xpath | Inherits crm.crm_lead_view_form |
view_pms_property_form |
pms.property.form | pms.property | xpath | Inherits pms_base.view_pms_property_form |
property_count
Integer
compute='_compute_property_count'
copy=False
readonly=True
property_ids
Many2many → pms.property
column1='lead_id'
column2='property_id'
copy=False
relation='crm_lead_pms_property_rel'
string='PMS Properties'
args: 'pms.property'
action_view_properties(self)
lead_count
Integer
compute='_compute_lead_count'
copy=False
readonly=True
lead_ids
Many2many → crm.lead
column1='property_id'
column2='lead_id'
copy=False
relation='crm_lead_pms_property_rel'
string='Leads'
args: 'crm.lead'
action_view_leads(self)