Repository
OCA/pms · module folder · Try on Runboat
Module version
1.0.0
Category
purchase
Folder size
0.1 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 integrates purchase orders with the Property Management System.

It includes:

- **Property field on purchase order lines**: assign each purchase order line to a
  specific property for cost allocation.
- **Putaway rules for properties**: configure stock putaway strategies per property location.
- **Filtered purchase reports**: track purchasing activity and costs by property.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
pms_property_form_inherit_po_lines_view pms.property.form.inherit.po.lines.view pms.property form Inherits pms_base.view_pms_property_form
purchase_order_form_view_inherit purchase.order.form.view.inherit purchase.order form Inherits purchase.purchase_order_form
view_putaway_list_inherit_pms_purchase stock.putaway.rule.list stock.putaway.rule list Inherits stock.stock_putaway_list
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (2)
  • po_line_count Integer
    compute='_compute_po_line_count' copy=False readonly=True string='PO Line(s)'
  • po_line_ids One2many → purchase.order.line
    string='Purchases' args: 'purchase.order.line', 'pms_property_id'
Public methods (1)
  • action_open_po_line(self)

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

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • location_out_id Many2one → stock.location
    check_company=True domain="[('id', 'child_of', location_in_id), ('id', '!=', location_in_id), '|', ('company_id', '=', False), ('company_id', '=', company_id)]" ondelete='cascade' required=False args: 'stock.location', 'Store to'
  • move_to_property Boolean
    help='When enabled, incoming stock is routed to the property location linked on the purchase order line.' string='Move to Property Location'
Public methods (0)

No public methods.