stock_move_purchase_uom
This module allows users to configure stock operation types to use the product's purchase unit of measure (UoM) instead of the default UoM for associated stock moves.
Key Features
- stock.picking.type: Adds a boolean field to enable use of purchase UoM and a selection field for rounding method when converting quantities.
- stock.move: Automatically sets the product UoM to purchase UoM and converts quantities using the specified rounding method when creating moves for operation types with the option enabled.
- stock.move.line: Sets the product UoM to purchase UoM in onchange events for move lines not linked to a move in operation types with the option enabled.