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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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_kit Boolean
    compute='_compute_has_product_kit' help='True if there is at least 1 product kit in the sales order'
  • product_kit_helper_ids One2many → stock.picking.product.kit.helper
    comodel_name='stock.picking.product.kit.helper' inverse_name='picking_id' readonly=False states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} string='Product Kit Helper Lines'
Public methods (2)
  • 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_id Many2one → stock.picking
    comodel_name='stock.picking' index=True ondelete='cascade' required=True string='Picking'
  • product_id Many2one → product.product
    comodel_name='product.product' readonly=True required=True string='Product'
  • product_uom Many2one → uom.uom
    comodel_name='uom.uom' readonly=True related='sale_line_id.product_uom' string='Unit of Measure'
  • product_uom_qty Float
    string='Quantity'
  • sale_line_id Many2one → sale.order.line
    comodel_name='sale.order.line' required=True string='Sales Order Line'
Public methods (1)
  • action_explode_helper(self)
    Explodes product kit quantity to detailed product in stock move.

Loading…

Loading…

Loading…