TIP: You can type at any time to perform a new search.
Stock Move Source Relocation
stock_move_source_relocate · OCA/wms
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
activeBooleandefault=True -
company_idMany2one → res.companycomodel_name='res.company'default=<expr> -
location_idMany2one → stock.locationcomodel_name='stock.location'required=True -
picking_type_idMany2one → stock.picking.typecomodel_name='stock.picking.type'required=True -
relocate_location_idMany2one → stock.locationcomodel_name='stock.location'required=True -
rule_domainChardefault=[]help='Domain based on Stock Moves, to define if the rule is applicable or not.'string='Rule Domain' -
rule_messageHtmlcompute='_compute_rule_message' -
sequenceIntegerdefault=<expr>
-
name_get(self)
Loading…
Loading…