| 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_project |
| 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: - base_geolocalize - base_setup - base - web - bus - web_tour - html_editor - product - uom - project - analytic - portal - http_routing - auth_signup - rating - resource - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module links the Project application to the Property Management System. It includes: - **Property field on tasks**: assign a task to a specific property. - **Property field on projects**: associate a project with a property. - **Tasks tab on properties**: view and manage related tasks from the property form. - **Filtered views**: find all tasks and projects for a given property. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pms_property_views_form_project |
pms.property.form.project | pms.property | xpath | Inherits pms_base.view_pms_property_form |
project_form_view_custom |
Project form view custom | project.project | xpath | Inherits project.edit_project |
search_view_property |
Property search | project.project | xpath | Inherits project.view_project_project_filter |
view_task_form2_pms |
project.task.form.pms | project.task | xpath | Inherits project.view_task_form2 |
task_ids
Many2many → project.task
string='Tasks'
args: 'project.task', 'task_property_rel', 'property_id', 'task_id'
No public methods.
property_id
Many2one → pms.property
string='Property'
args: 'pms.property'
No public methods.
pms_property_ids
Many2many → pms.property
string='PMS Properties'
args: 'pms.property', 'task_property_rel', 'task_id', 'property_id'
No public methods.