PMS - Asset Management

pms_account_asset
REPOSITORY
REPOSITORYOCA/pms
GIT
GIThttps://github.com/OCA/pms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pms/tree/19.0/pms_account_asset
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGeneric Modules/Property Management System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Gray Matter Logic
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Gray Matter Logic
COMMITTERS
COMMITTERSMaxime Chambreuil, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/pms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (1)
  • property_id Many2one → pms.property
    string='Property' args: 'pms.property'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (1)
  • action_view_assets(self)