| 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_purchase |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | purchase |
| 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/pms: - pms_account - pms_base - pms_stock 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 - purchase_stock - stock_account - stock - barcodes_gs1_nomenclature - barcodes - purchase |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pms_property_form_inherit_po_lines_view |
pms.property.form.inherit.po.lines.view | pms.property | xpath | Inherits pms_base.view_pms_property_form |
purchase_order_form_view_inherit |
purchase.order.form.view.inherit | purchase.order | xpath | Inherits purchase.purchase_order_form |
view_putaway_list_inherit_pms_purchase |
stock.putaway.rule.list | stock.putaway.rule | field | Inherits stock.stock_putaway_list |
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'
action_open_po_line(self)
pms_property_id
Many2one → pms.property
string='Property'
args: 'pms.property'
No public methods.
No new fields.
Public methods (0)No public methods.
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'
No public methods.