TIP: You can type at any time to perform a new search.
PMS - Purchase
pms_purchase · OCA/pms
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_countIntegercompute='_compute_po_line_count'copy=Falsereadonly=Truestring='PO Line(s)' -
po_line_idsOne2many → purchase.order.linestring='Purchases' args: 'purchase.order.line', 'pms_property_id'
-
action_open_po_line(self)
New fields (1)
-
pms_property_idMany2one → pms.propertystring='Property' args: 'pms.property'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
location_out_idMany2one → stock.locationcheck_company=Truedomain="[('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_propertyBooleanhelp='When enabled, incoming stock is routed to the property location linked on the purchase order line.'string='Move to Property Location'
No public methods.