TIP: You can type at any time to perform a new search.
Stock Picking Product Kit Helper
stock_picking_product_kit_helper · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 0.1.0
- Category
- Stock
- Folder size
- 0.1 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 07:57:02
- Authors
- Odoo Community Association (OCA), Ecosoft
- Maintainers
- Odoo Community Association (OCA), Ecosoft
- Committers
- Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_picking_form |
stock.picking.form | stock.picking | form | Inherits stock.view_picking_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
has_product_kitBooleancompute='_compute_has_product_kit'help='True if there is at least 1 product kit in the sales order' -
product_kit_helper_idsOne2many → stock.picking.product.kit.helpercomodel_name='stock.picking.product.kit.helper'inverse_name='picking_id'readonly=Falsestates={'done': [('readonly', True)], 'cancel': [('readonly', True)]}string='Product Kit Helper Lines'
-
action_product_kit_helper(self)Assign product kit's quantity to stock move. -
show_product_kit(self)Find move_lines with product kit to create helper line.
New fields (5)
-
picking_idMany2one → stock.pickingcomodel_name='stock.picking'index=Trueondelete='cascade'required=Truestring='Picking' -
product_idMany2one → product.productcomodel_name='product.product'readonly=Truerequired=Truestring='Product' -
product_uomMany2one → uom.uomcomodel_name='uom.uom'readonly=Truerelated='sale_line_id.product_uom'string='Unit of Measure' -
product_uom_qtyFloatstring='Quantity' -
sale_line_idMany2one → sale.order.linecomodel_name='sale.order.line'required=Truestring='Sales Order Line'
-
action_explode_helper(self)Explodes product kit quantity to detailed product in stock move.
Loading…
Loading…
Loading…