stock_picking_origin_reference
This module enhances the Source Document field in stock pickings by making it clickable to navigate to the originating document and provides a base structure for referencing various Odoo models.
Key Features
- stock.picking: Adds a clickable origin_reference field that links to the originating stock picking when it exists.
- stock.picking: Hides the original text-based origin field and displays the clickable reference field when an originating document is found.
- stock.picking: Provides base structure to extend reference functionality to other Odoo models like sales orders and purchase orders.
- stock: Auto-installs related modules for sale and purchase to enable navigation to Sales Orders, Purchase Orders, and Transfers when corresponding extensions are installed.