| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/8.0/stock_operation_type_location |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), OpenSynergy Indonesia |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), OpenSynergy Indonesia |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, mike |
| WEBSITE | |
| WEBSITE | https://opensynergy-indonesia.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web_kanban - web - report - procurement - board - web_kanban_gauge - web_kanban_sparkline |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_type_form_view |
Picking Types | stock.picking.type | field | Inherits stock.view_picking_type_form |
No new fields.
Public methods (1)onchange_picking_type_id(self)
allowed_dest_location_ids
Many2many → stock.location
column1='picking_type_id'
column2='location_id'
comodel_name='stock.location'
relation='picking_type_dest_location_rel'
string='Allowed Destination Location'
allowed_location_ids
Many2many → stock.location
column1='picking_type_id'
column2='location_id'
comodel_name='stock.location'
relation='picking_type_location_rel'
string='Allowed Source Location'
No public methods.
No new fields.
Public methods (1)fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)