Repository
OCA/pms · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules/Property Management System
Folder size
0.06 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
pms_purchase
Description
This module integrates inventory management with the Property Management System.

It includes:

- **Inventory location per property**: each property can have a dedicated stock
  location for tracking its contents.
- **Content management**: manage the physical inventory associated with each property.
- **Putaway rules**: configure where items should be stored within a property's location.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_pms_property_form_stock pms.property.form.pms.stock pms.property form Inherits pms_base.view_pms_property_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • stock_location_id Many2one → stock.location
    string='Inventory Location' args: 'stock.location'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)