Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.1
Category
Purchase
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 08:42:59
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Javier Colmeiro
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds the lot_id field in the purchase order lines,
and propagates it to stock pickings in the order confirmation.

This module can also be used along with sale_order_lot_selection to propagate lot from sale orders to purchase orders.
It allows to buy specific lot for a sale order (may be useful for fully configurable products)

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
purchase_order_line_lot_form purchase.order.line form Inherits purchase.purchase_order_line_form2
purchase_order_lot_form purchase.order form Inherits purchase.purchase_order_form
view_purchase_order_filter purchase.order Inherits purchase.view_purchase_order_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • lot_id Many2one → stock.lot
    copy=False string='Serial Number' args: 'stock.lot'
  • tracking Selection
    related='product_id.tracking'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
89 days ago
Last activity
71 days ago
Repository
OCA/purchase-workflow
Pull request
[19.0][MIG] purchase_lot: Migration to 19.0 (#3071)