Repository
OCA/wms · module folder · Try on Runboat
Module version
1.3.1
Category
Warehouse Management
Folder size
0.07 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
Camptocamp, Odoo Community Association (OCA), BCIM
Maintainers
Camptocamp, Odoo Community Association (OCA), BCIM
Committers
Jacques-Etienne Baudoux, Thierry Ducrest, Sébastien BEAU, Michael Tietz, Dũng (Trần Đình), Weblate, OCA-git-bot, oca-travis, oca-ci
Odoo dependencies
OCA/stock-logistics-warehouse:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
stock_location_orderpoint_source_relocate, stock_move_source_relocate_dynamic_routing
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_stock_source_relocate_form stock.source.relocate.form stock.source.relocate form New
view_stock_source_relocate_search stock.source.relocate.search stock.source.relocate search New
view_stock_source_relocate_tree stock.source.relocate stock.source.relocate tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (8)
  • active Boolean
    default=True
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr>
  • location_id Many2one → stock.location
    comodel_name='stock.location' required=True
  • picking_type_id Many2one → stock.picking.type
    comodel_name='stock.picking.type' required=True
  • relocate_location_id Many2one → stock.location
    comodel_name='stock.location' required=True
  • rule_domain Char
    default=[] help='Domain based on Stock Moves, to define if the rule is applicable or not.' string='Rule Domain'
  • rule_message Html
    compute='_compute_rule_message'
  • sequence Integer
    default=<expr>
Public methods (1)
  • name_get(self)

Loading…

Loading…