Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Purchase Management
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 09:06:27
Authors
Odoo Community Association (OCA), Quartile Limited
Maintainers
Odoo Community Association (OCA), Quartile Limited
Committers
Weblate, OCA-git-bot, oca-ci, Hudson5577
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds Assign Owner (owner_id) field in purchase order, whose
value will be passed to the corresponding field of the incoming picking
upon order confirmation.

This module can be useful in a business situation where you purchase
products in place of a client (you seprately issue an invoice to the
client and the inventory is owned by them, although you physically keep
the inventory in your premise).

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
purchase_order_form purchase.order.form purchase.order form Inherits purchase.purchase_order_form
purchase_order_kpis_tree purchase.order.inherit.purchase.order.tree purchase.order tree Inherits purchase.purchase_order_kpis_tree
purchase_order_view_search purchase.order.select purchase.order search Inherits purchase.purchase_order_view_search
purchase_order_view_tree purchase.order.view.tree purchase.order tree Inherits purchase.purchase_order_view_tree
view_purchase_order_filter request.quotation.select purchase.order Inherits purchase.view_purchase_order_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • owner_id Many2one → res.partner
    check_company=True help='The assigned value will be set on the corresponding field of the incoming stock picking.' args: 'res.partner', 'Assign Owner'
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks running
Open since
479 days ago
Last activity
121 days ago
Repository
OCA/purchase-workflow
Pull request
[17.0][MIG] purchase_order_owner: Migration to 17.0 (#2662)