Repository
OCA/stock-logistics-request · module folder · Try on Runboat
Module version
1.0.1
Category
Warehouse Management
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/stock-logistics-request
Last tracking update
2026-08-07 08:43:06
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, Joan Sisquella, Arnau
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module enhances the stock request functionality by integrating with
the Bill of Materials (BOM).

Key Features: - Adds Product BOM and Quantity BOM fields to stock
request orders. - Auto-completes stock request lines based on the
selected BOM and quantity. - Allows updating and clearing BOM
selections.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_request_order_form_inherit_bom stock.request.order.form.inherit.bom stock.request.order form Inherits stock_request.stock_request_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • product_bom_id Many2one → product.product
    domain="[('bom_ids', '!=', False)]" help='Select a product with a BOM to auto-complete stock request lines.' string='Product BOM' args: 'product.product'
  • quantity_bom Float
    default=1.0 help='Specify the quantity for the Product BOM.' string='Quantity BOM'
Public methods (0)

No public methods.

Loading…