| 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_contract |
| 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/contract: - contract OCA/pms: - pms_account - pms_base odoo/odoo: - base - account - base_setup - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - http_routing - auth_signup - digest - resource - base_geolocalize |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module links recurring contracts to the Property Management System. It includes: - **Contract counter on properties**: view active contracts linked to a property. - **Property field on contracts**: assign a contract to one or more properties. - **Smart buttons**: one-click navigation between properties and their contracts. - **Recurring invoice integration**: contract lines are linked to property services for automated billing. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_contract_form |
contract.contract.property.form | contract.contract | xpath | Inherits contract.contract_contract_form_view |
view_pms_property_form |
pms.property.form | pms.property | xpath | Inherits pms_base.view_pms_property_form |
view_pms_service_form |
pms.service.form | pms.service | field | Inherits pms_base.view_pms_service_form |
view_pms_service_tree |
pms.service.tree | pms.service | field | Inherits pms_base.view_pms_service_tree |
property_count
Integer
compute='_compute_get_properties'
copy=False
readonly=True
property_ids
Many2many → pms.property
compute='_compute_get_properties'
copy=False
readonly=True
string='Properties'
args: 'pms.property'
action_view_properties(self)
property_id
Many2one → pms.property
string='Property'
args: 'pms.property'
No public methods.
contract_count
Integer
compute='_compute_get_contracts'
copy=False
readonly=True
contract_ids
Many2many → contract.contract
compute='_compute_get_contracts'
copy=False
readonly=True
string='Contracts'
args: 'contract.contract'
action_view_contracts(self)
contract_id
Many2one → contract.contract
copy=False
string='Contract'
args: 'contract.contract'
No public methods.