Repository
OCA/wms · module folder · Try on Runboat
Module version
2.0.0
Category
Warehouse Management
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/wms
Last tracking update
2026-08-07 07:47:43
Authors
Odoo Community Association (OCA), MT Software
Maintainers
Odoo Community Association (OCA), MT Software
Committers
Michael Tietz, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_warehouse_flow_view_form stock.warehouse.flow.form stock.warehouse.flow form Inherits stock_warehouse_flow.stock_warehouse_flow_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • packaging_type_ids Many2many → product.packaging.type
    string='Packaging types' args: 'product.packaging.type'
  • split_method Selection
    selection_add=[('packaging', 'By Product Packaging')]
Public methods (2)
  • split_move(self, move)
  • split_move_by_packaging(self, move)