TIP: You can type at any time to perform a new search.
Stock Move Purchase UoM
stock_move_purchase_uom · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.1.2
- Category
- Warehouse
- Folder size
- 0.05 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 08:42:50
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- LauraCForgeFlow, Weblate, OCA-git-bot, oca-ci, Joan Sisquella, Arnau
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- stock_move_location_purchase_uom
- Description
This module adds a check in the operation types form that allows users to decide if they want to use the purchase UoM for the moves of that operation type.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_picking_type_form_purchase_uom |
stock.picking.type.form.purchase.uom | stock.picking.type | form | Inherits stock.view_picking_type_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (1)-
create(self, vals_list)@api.model_create_multi
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
purchase_uom_rounding_methodSelectiondefault='HALF-UP'help='The tie-breaking rule used for float rounding operations when using the Purchase UoM'selection=[('HALF-UP', 'Closest'), ('UP', 'Up')] -
use_purchase_uomBooleanhelp='Use the product purchase UoM instead of the default UoM for the moves belonging to this operation type'
No public methods.
Loading…