Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse Management
Folder size
0.04 MB
License
AGPL-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), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, bosd
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to use the product assortments related to a partner
on transfers. With this implementation, on transfers, we only allow to
select the products defined on the assortment and we don't allow to select
products which are not defined in the assortment.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_picking_form stock.picking.form stock.picking form Inherits stock.view_picking_form
view_stock_move_line_detailed_operation_tree stock.move.line.operations.list stock.move.line list Inherits stock.view_stock_move_line_detailed_operation_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • assortment_product_ids Many2many → product.product
    comodel_name='product.product' compute='_compute_product_assortment_ids' string='Assortment Products'
  • has_assortment Boolean
    compute='_compute_product_assortment_ids'
Public methods (0)

No public methods.