| 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_account_asset |
| 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, 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/account-financial-tools: - account_asset_management OCA/pms: - pms_account - pms_base OCA/reporting-engine: - report_xlsx_helper - report_xlsx odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - http_routing - auth_signup - digest - resource - base_geolocalize |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-dateutil xlrd xlsxwriter |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module links asset management to the Property Management System. It includes: - **Asset counter on properties**: view the number of fixed assets linked to each property. - **Property field on assets**: track which property owns each fixed asset. - **Smart button**: navigate directly from a property to its assets. - **Depreciation tracking**: monitor asset depreciation and amortization by property. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_asset_form |
account.asset.property.form | account.asset | field | Inherits account_asset_management.account_asset_view_form |
view_pms_property_form |
pms.property.form | pms.property | xpath | Inherits pms_base.view_pms_property_form |
property_id
Many2one → pms.property
string='Property'
args: 'pms.property'
No public methods.
asset_count
Integer
compute='_compute_asset_count'
copy=False
readonly=True
asset_ids
One2many → account.asset
copy=False
inverse_name='property_id'
string='Assets'
args: 'account.asset'
action_view_assets(self)