Stock Operation Type Location

stock_operation_type_location
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/8.0/stock_operation_type_location
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), OpenSynergy Indonesia
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), OpenSynergy Indonesia
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, mike
WEBSITE
WEBSITEhttps://opensynergy-indonesia.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - 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

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_picking_type_form_view Picking Types stock.picking.type field Inherits stock.view_picking_type_form
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_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'
Public methods (0)

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