TIP: You can type at any time to perform a new search.
PMS - Contracts
pms_contract · OCA/pms
- Repository
- OCA/pms · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Generic Modules/Property Management System
- Folder size
- 0.11 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/pms
- Last tracking update
- 2026-08-07 09:06:26
- Authors
- Odoo Community Association (OCA), Gray Matter Logic
- Maintainers
- Odoo Community Association (OCA), Gray Matter Logic
- Committers
- Maxime Chambreuil, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_contract_form |
contract.contract.property.form | contract.contract | form | Inherits contract.contract_contract_form_view |
view_pms_property_form |
pms.property.form | pms.property | form | Inherits pms_base.view_pms_property_form |
view_pms_service_form |
pms.service.form | pms.service | form | Inherits pms_base.view_pms_service_form |
view_pms_service_tree |
pms.service.tree | pms.service | tree | Inherits pms_base.view_pms_service_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (2)
-
property_countIntegercompute='_compute_get_properties'copy=Falsereadonly=True -
property_idsMany2many → pms.propertycompute='_compute_get_properties'copy=Falsereadonly=Truestring='Properties' args: 'pms.property'
-
action_view_properties(self)
New fields (1)
-
property_idMany2one → pms.propertystring='Property' args: 'pms.property'
No public methods.
New fields (2)
-
contract_countIntegercompute='_compute_get_contracts'copy=Falsereadonly=True -
contract_idsMany2many → contract.contractcompute='_compute_get_contracts'copy=Falsereadonly=Truestring='Contracts' args: 'contract.contract'
-
action_view_contracts(self)
New fields (1)
-
contract_idMany2one → contract.contractcopy=Falsestring='Contract' args: 'contract.contract'
No public methods.