TIP: You can type at any time to perform a new search.
Stock Operation Type Location
stock_operation_type_location · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Stock
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://opensynergy-indonesia.com
- Last tracking update
- 2026-08-07 07:03:05
- Authors
- Odoo Community Association (OCA), OpenSynergy Indonesia
- Maintainers
- Odoo Community Association (OCA), OpenSynergy Indonesia
- Committers
- Pedro M. Baeza, OCA Transbot, oca-travis, mike
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_type_form_view |
Picking Types | stock.picking.type | form | Inherits stock.view_picking_type_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (1)-
onchange_picking_type_id(self)@api.onchange('picking_type_id')
New fields (2)
-
allowed_dest_location_idsMany2many → stock.locationcolumn1='picking_type_id'column2='location_id'comodel_name='stock.location'relation='picking_type_dest_location_rel'string='Allowed Destination Location' -
allowed_location_idsMany2many → stock.locationcolumn1='picking_type_id'column2='location_id'comodel_name='stock.location'relation='picking_type_location_rel'string='Allowed Source Location'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)@api.model